Class: Aws::ControlCatalog::Types::ObjectiveSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::ObjectiveSummary
- Defined in:
- gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb
Overview
A summary of metadata for an objective.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) that identifies the objective.
-
#create_time ⇒ Time
The time when the objective was created.
-
#description ⇒ String
The description of the objective.
-
#domain ⇒ Types::AssociatedDomainSummary
The domain that the objective belongs to.
-
#last_update_time ⇒ Time
The time when the objective was most recently updated.
-
#name ⇒ String
The name of the objective.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that identifies the objective.
606 607 608 609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 606 class ObjectiveSummary < Struct.new( :arn, :name, :description, :domain, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time when the objective was created.
606 607 608 609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 606 class ObjectiveSummary < Struct.new( :arn, :name, :description, :domain, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the objective.
606 607 608 609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 606 class ObjectiveSummary < Struct.new( :arn, :name, :description, :domain, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ Types::AssociatedDomainSummary
The domain that the objective belongs to.
606 607 608 609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 606 class ObjectiveSummary < Struct.new( :arn, :name, :description, :domain, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The time when the objective was most recently updated.
606 607 608 609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 606 class ObjectiveSummary < Struct.new( :arn, :name, :description, :domain, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the objective.
606 607 608 609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 606 class ObjectiveSummary < Struct.new( :arn, :name, :description, :domain, :create_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |