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)


474
475
476
477
478
479
480
481
482
# File 'lib/aws-sdk-controltower/types.rb', line 474

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

#baseline_versionString

The specific version to be enabled of the specified baseline.

Returns:

  • (String)


474
475
476
477
478
479
480
481
482
# File 'lib/aws-sdk-controltower/types.rb', line 474

class EnableBaselineInput < Struct.new(
  :baseline_version,
  :parameters,
  :baseline_identifier,
  :target_identifier,
  :tags)
  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.



474
475
476
477
478
479
480
481
482
# File 'lib/aws-sdk-controltower/types.rb', line 474

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

#tagsHash<String,String>

Tags associated with input to ‘EnableBaseline`.

Returns:

  • (Hash<String,String>)


474
475
476
477
478
479
480
481
482
# File 'lib/aws-sdk-controltower/types.rb', line 474

class EnableBaselineInput < Struct.new(
  :baseline_version,
  :parameters,
  :baseline_identifier,
  :target_identifier,
  :tags)
  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)


474
475
476
477
478
479
480
481
482
# File 'lib/aws-sdk-controltower/types.rb', line 474

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