Class: Aws::ControlTower::Types::GetBaselineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetBaselineInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_identifier ⇒ String
The ARN of the ‘Baseline` resource to be retrieved.
Instance Attribute Details
#baseline_identifier ⇒ String
The ARN of the ‘Baseline` resource to be retrieved.
892 893 894 895 896 |
# File 'lib/aws-sdk-controltower/types.rb', line 892 class GetBaselineInput < Struct.new( :baseline_identifier) SENSITIVE = [] include Aws::Structure end |