Class: Aws::ControlTower::Types::GetEnabledBaselineInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_baseline_identifierString

Identifier of the ‘EnabledBaseline` resource to be retrieved, in ARN format.

Returns:

  • (String)


1185
1186
1187
1188
1189
# File 'lib/aws-sdk-controltower/types.rb', line 1185

class GetEnabledBaselineInput < Struct.new(
  :enabled_baseline_identifier)
  SENSITIVE = []
  include Aws::Structure
end