Class: Aws::ControlTower::Types::EnabledBaselineDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledBaselineDetails
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Details of the EnabledBaseline
resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the
EnabledBaseline
resource. -
#baseline_identifier ⇒ String
The specific
Baseline
enabled as part of theEnabledBaseline
resource. -
#baseline_version ⇒ String
The enabled version of the
Baseline
. -
#parameters ⇒ Array<Types::EnabledBaselineParameterSummary>
Shows the parameters that are applied when enabling this
Baseline
. -
#parent_identifier ⇒ String
An ARN that represents the parent
EnabledBaseline
at the Organizational Unit (OU) level, from which the childEnabledBaseline
inherits its configuration. -
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of an
EnabledControl
orEnabledBaseline
resource. -
#target_identifier ⇒ String
The target on which to enable the
Baseline
.
Instance Attribute Details
#arn ⇒ String
The ARN of the EnabledBaseline
resource.
579 580 581 582 583 584 585 586 587 588 589 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 579 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#baseline_identifier ⇒ String
The specific Baseline
enabled as part of the EnabledBaseline
resource.
579 580 581 582 583 584 585 586 587 588 589 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 579 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#baseline_version ⇒ String
The enabled version of the Baseline
.
579 580 581 582 583 584 585 586 587 588 589 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 579 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::EnabledBaselineParameterSummary>
Shows the parameters that are applied when enabling this Baseline
.
579 580 581 582 583 584 585 586 587 588 589 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 579 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#parent_identifier ⇒ String
An ARN that represents the parent EnabledBaseline
at the
Organizational Unit (OU) level, from which the child
EnabledBaseline
inherits its configuration. The value is returned
by GetEnabledBaseline
.
579 580 581 582 583 584 585 586 587 588 589 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 579 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of an EnabledControl
or EnabledBaseline
resource.
579 580 581 582 583 584 585 586 587 588 589 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 579 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The target on which to enable the Baseline
.
579 580 581 582 583 584 585 586 587 588 589 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 579 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |