Class: Aws::IoTSiteWise::Types::DescribeApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeApplicationResponse
- 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.
-
#created_at ⇒ Time
Timestamp when the application was created.
-
#description ⇒ String
Description of the application.
-
#dns_subdomain ⇒ String
DNS subdomain for the application.
-
#id ⇒ String
Unique identifier of the application.
-
#idc_application_arn ⇒ String
Identity Center Application ARN associated with this application.
-
#name ⇒ String
Name of the application.
-
#status ⇒ String
Current status of the application.
-
#updated_at ⇒ Time
Timestamp when the application was last updated.
-
#workspace_name ⇒ String
Name of the workspace this application belongs to.
Instance Attribute Details
#arn ⇒ String
ARN of the application
6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6084 class DescribeApplicationResponse < Struct.new( :arn, :created_at, :dns_subdomain, :description, :id, :idc_application_arn, :name, :status, :updated_at, :workspace_name) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp when the application was created
6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6084 class DescribeApplicationResponse < Struct.new( :arn, :created_at, :dns_subdomain, :description, :id, :idc_application_arn, :name, :status, :updated_at, :workspace_name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the application
6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6084 class DescribeApplicationResponse < Struct.new( :arn, :created_at, :dns_subdomain, :description, :id, :idc_application_arn, :name, :status, :updated_at, :workspace_name) SENSITIVE = [] include Aws::Structure end |
#dns_subdomain ⇒ String
DNS subdomain for the application
6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6084 class DescribeApplicationResponse < Struct.new( :arn, :created_at, :dns_subdomain, :description, :id, :idc_application_arn, :name, :status, :updated_at, :workspace_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier of the application
6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6084 class DescribeApplicationResponse < Struct.new( :arn, :created_at, :dns_subdomain, :description, :id, :idc_application_arn, :name, :status, :updated_at, :workspace_name) SENSITIVE = [] include Aws::Structure end |
#idc_application_arn ⇒ String
Identity Center Application ARN associated with this application
6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6084 class DescribeApplicationResponse < Struct.new( :arn, :created_at, :dns_subdomain, :description, :id, :idc_application_arn, :name, :status, :updated_at, :workspace_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the application
6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6084 class DescribeApplicationResponse < Struct.new( :arn, :created_at, :dns_subdomain, :description, :id, :idc_application_arn, :name, :status, :updated_at, :workspace_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the application
6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6084 class DescribeApplicationResponse < Struct.new( :arn, :created_at, :dns_subdomain, :description, :id, :idc_application_arn, :name, :status, :updated_at, :workspace_name) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp when the application was last updated
6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6084 class DescribeApplicationResponse < Struct.new( :arn, :created_at, :dns_subdomain, :description, :id, :idc_application_arn, :name, :status, :updated_at, :workspace_name) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
Name of the workspace this application belongs to
6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6084 class DescribeApplicationResponse < Struct.new( :arn, :created_at, :dns_subdomain, :description, :id, :idc_application_arn, :name, :status, :updated_at, :workspace_name) SENSITIVE = [] include Aws::Structure end |