Class: Aws::ControlTower::Types::BaselineSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::BaselineSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Returns a summary of information about a ‘Baseline` object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The full ARN of a Baseline.
-
#description ⇒ String
A summary description of a Baseline.
-
#name ⇒ String
The human-readable name of a Baseline.
Instance Attribute Details
#arn ⇒ String
The full ARN of a Baseline.
86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-controltower/types.rb', line 86 class BaselineSummary < Struct.new( :arn, :description, :name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A summary description of a Baseline.
86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-controltower/types.rb', line 86 class BaselineSummary < Struct.new( :arn, :description, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The human-readable name of a Baseline.
86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-controltower/types.rb', line 86 class BaselineSummary < Struct.new( :arn, :description, :name) SENSITIVE = [] include Aws::Structure end |