Class: Aws::ControlCatalog::Types::AssociatedObjectiveSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::AssociatedObjectiveSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controlcatalog/types.rb
Overview
A summary of the objective that a common control supports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the related objective.
-
#name ⇒ String
The name of the related objective.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the related objective.
58 59 60 61 62 63 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 58 class AssociatedObjectiveSummary < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the related objective.
58 59 60 61 62 63 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 58 class AssociatedObjectiveSummary < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |