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
EnabledBaselineresource. -
#baseline_identifier ⇒ String
The specific
Baselineenabled as part of theEnabledBaselineresource. -
#baseline_version ⇒ String
The enabled version of the
Baseline. -
#drift_status_summary ⇒ Types::EnabledBaselineDriftStatusSummary
The drift status of the enabled baseline.
-
#parameters ⇒ Array<Types::EnabledBaselineParameterSummary>
Shows the parameters that are applied when enabling this
Baseline. -
#parent_identifier ⇒ String
An ARN that represents the parent
EnabledBaselineat the Organizational Unit (OU) level, from which the childEnabledBaselineinherits its configuration. -
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of an
EnabledControlorEnabledBaselineresource. -
#target_identifier ⇒ String
The target on which to enable the
Baseline.
Instance Attribute Details
#arn ⇒ String
The ARN of the EnabledBaseline resource.
583 584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 583 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :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.
583 584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 583 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#baseline_version ⇒ String
The enabled version of the Baseline.
583 584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 583 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#drift_status_summary ⇒ Types::EnabledBaselineDriftStatusSummary
The drift status of the enabled baseline.
583 584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 583 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :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.
583 584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 583 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :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.
583 584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 583 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :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.
583 584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 583 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The target on which to enable the Baseline.
583 584 585 586 587 588 589 590 591 592 593 594 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 583 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :parameters, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |