Class: Aws::IoTSiteWise::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateApplicationResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the application.
-
#dns_subdomain ⇒ String
DNS subdomain for the application.
-
#id ⇒ String
Unique identifier of the application.
-
#name ⇒ String
Name of the application.
-
#status ⇒ String
Current status of the application.
Instance Attribute Details
#arn ⇒ String
ARN of the application
3480 3481 3482 3483 3484 3485 3486 3487 3488 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3480 class CreateApplicationResponse < Struct.new( :arn, :id, :dns_subdomain, :name, :status) SENSITIVE = [] include Aws::Structure end |
#dns_subdomain ⇒ String
DNS subdomain for the application
3480 3481 3482 3483 3484 3485 3486 3487 3488 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3480 class CreateApplicationResponse < Struct.new( :arn, :id, :dns_subdomain, :name, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier of the application
3480 3481 3482 3483 3484 3485 3486 3487 3488 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3480 class CreateApplicationResponse < Struct.new( :arn, :id, :dns_subdomain, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the application
3480 3481 3482 3483 3484 3485 3486 3487 3488 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3480 class CreateApplicationResponse < Struct.new( :arn, :id, :dns_subdomain, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the application
3480 3481 3482 3483 3484 3485 3486 3487 3488 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3480 class CreateApplicationResponse < Struct.new( :arn, :id, :dns_subdomain, :name, :status) SENSITIVE = [] include Aws::Structure end |