Class: Aws::ControlCatalog::Types::DomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::DomainSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controlcatalog/types.rb
Overview
A summary of metadata for a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) that identifies the domain.
-
#create_time ⇒ Time
The time when the domain was created.
-
#description ⇒ String
The description of the domain.
-
#last_update_time ⇒ Time
The time when the domain was most recently updated.
-
#name ⇒ String
The name of the domain.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that identifies the domain.
237 238 239 240 241 242 243 244 245 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 237 class DomainSummary < Struct.new( :arn, :name, :description, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time when the domain was created.
237 238 239 240 241 242 243 244 245 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 237 class DomainSummary < Struct.new( :arn, :name, :description, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the domain.
237 238 239 240 241 242 243 244 245 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 237 class DomainSummary < Struct.new( :arn, :name, :description, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The time when the domain was most recently updated.
237 238 239 240 241 242 243 244 245 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 237 class DomainSummary < Struct.new( :arn, :name, :description, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain.
237 238 239 240 241 242 243 244 245 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 237 class DomainSummary < Struct.new( :arn, :name, :description, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |