Class: Aws::ControlTower::Types::EnableBaselineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnableBaselineInput
- 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 to be enabled.
-
#baseline_version ⇒ String
The specific version to be enabled of the specified baseline.
-
#parameters ⇒ Array<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.
-
#tags ⇒ Hash<String,String>
Tags associated with input to ‘EnableBaseline`.
-
#target_identifier ⇒ String
The ARN of the target on which the baseline will be enabled.
Instance Attribute Details
#baseline_identifier ⇒ String
The ARN of the baseline to be enabled.
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_version ⇒ String
The specific version to be enabled of the specified baseline.
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 |
#parameters ⇒ Array<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 |
#tags ⇒ Hash<String,String>
Tags associated with input to ‘EnableBaseline`.
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_identifier ⇒ String
The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.
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 |