Class: Aws::ControlTower::Types::GetBaselineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetBaselineOutput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The baseline ARN.
-
#description ⇒ String
A description of the baseline.
-
#name ⇒ String
A user-friendly name for the baseline.
Instance Attribute Details
#arn ⇒ String
The baseline ARN.
1145 1146 1147 1148 1149 1150 1151 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1145 class GetBaselineOutput < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the baseline.
1145 1146 1147 1148 1149 1150 1151 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1145 class GetBaselineOutput < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A user-friendly name for the baseline.
1145 1146 1147 1148 1149 1150 1151 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1145 class GetBaselineOutput < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |