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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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)


344
345
346
347
348
349
350
351
352
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 344

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)


344
345
346
347
348
349
350
351
352
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 344

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.



344
345
346
347
348
349
350
351
352
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 344

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>)


344
345
346
347
348
349
350
351
352
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 344

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)


344
345
346
347
348
349
350
351
352
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 344

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