Class: Aws::ControlCatalog::Types::ControlSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::ControlSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controlcatalog/types.rb
Overview
Overview of information about a control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the control.
-
#description ⇒ String
A description of the control, as it may appear in the console.
-
#name ⇒ String
The display name of the control.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the control.
191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 191 class ControlSummary < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the control, as it may appear in the console. Describes the functionality of the control.
191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 191 class ControlSummary < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name of the control.
191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 191 class ControlSummary < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |