Class: Aws::ControlTower::Types::EnableBaselineInput

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

#baseline_identifierString

The ARN of the baseline to be enabled.

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
# File 'lib/aws-sdk-controltower/types.rb', line 455

class EnableBaselineInput < Struct.new(
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :tags,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#baseline_versionString

The specific version to be enabled of the specified baseline.

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
# File 'lib/aws-sdk-controltower/types.rb', line 455

class EnableBaselineInput < Struct.new(
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :tags,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::EnabledBaselineParameter>

A list of ‘key-value` objects that specify enablement parameters, where `key` is a string and `value` is a document of any type.



455
456
457
458
459
460
461
462
463
# File 'lib/aws-sdk-controltower/types.rb', line 455

class EnableBaselineInput < Struct.new(
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :tags,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags associated with input to ‘EnableBaseline`.

Returns:

  • (Hash<String,String>)


455
456
457
458
459
460
461
462
463
# File 'lib/aws-sdk-controltower/types.rb', line 455

class EnableBaselineInput < Struct.new(
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :tags,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#target_identifierString

The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.

Returns:

  • (String)


455
456
457
458
459
460
461
462
463
# File 'lib/aws-sdk-controltower/types.rb', line 455

class EnableBaselineInput < Struct.new(
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :tags,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end