Class: Aws::ControlTower::Types::EnabledBaselineDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledBaselineDetails
- Includes:
- Structure
- Defined in:
- 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 the `EnabledBaseline` resource.
-
#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 ‘EnabledBaseline` at the Organizational Unit (OU) level, from which the child `EnabledBaseline` inherits its configuration.
-
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of an ‘EnabledControl` or `EnabledBaseline` resource.
-
#target_identifier ⇒ String
The target on which to enable the ‘Baseline`.
Instance Attribute Details
#arn ⇒ String
The ARN of the ‘EnabledBaseline` resource.
602 603 604 605 606 607 608 609 610 611 612 613 |
# File 'lib/aws-sdk-controltower/types.rb', line 602 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :target_identifier, :parent_identifier, :status_summary, :parameters) SENSITIVE = [] include Aws::Structure end |
#baseline_identifier ⇒ String
The specific ‘Baseline` enabled as part of the `EnabledBaseline` resource.
602 603 604 605 606 607 608 609 610 611 612 613 |
# File 'lib/aws-sdk-controltower/types.rb', line 602 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :target_identifier, :parent_identifier, :status_summary, :parameters) SENSITIVE = [] include Aws::Structure end |
#baseline_version ⇒ String
The enabled version of the ‘Baseline`.
602 603 604 605 606 607 608 609 610 611 612 613 |
# File 'lib/aws-sdk-controltower/types.rb', line 602 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :target_identifier, :parent_identifier, :status_summary, :parameters) SENSITIVE = [] include Aws::Structure end |
#drift_status_summary ⇒ Types::EnabledBaselineDriftStatusSummary
The drift status of the enabled baseline.
602 603 604 605 606 607 608 609 610 611 612 613 |
# File 'lib/aws-sdk-controltower/types.rb', line 602 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :target_identifier, :parent_identifier, :status_summary, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::EnabledBaselineParameterSummary>
Shows the parameters that are applied when enabling this ‘Baseline`.
602 603 604 605 606 607 608 609 610 611 612 613 |
# File 'lib/aws-sdk-controltower/types.rb', line 602 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :target_identifier, :parent_identifier, :status_summary, :parameters) 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`.
602 603 604 605 606 607 608 609 610 611 612 613 |
# File 'lib/aws-sdk-controltower/types.rb', line 602 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :target_identifier, :parent_identifier, :status_summary, :parameters) SENSITIVE = [] include Aws::Structure end |
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of an ‘EnabledControl` or `EnabledBaseline` resource.
602 603 604 605 606 607 608 609 610 611 612 613 |
# File 'lib/aws-sdk-controltower/types.rb', line 602 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :target_identifier, :parent_identifier, :status_summary, :parameters) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The target on which to enable the ‘Baseline`.
602 603 604 605 606 607 608 609 610 611 612 613 |
# File 'lib/aws-sdk-controltower/types.rb', line 602 class EnabledBaselineDetails < Struct.new( :arn, :baseline_identifier, :baseline_version, :drift_status_summary, :target_identifier, :parent_identifier, :status_summary, :parameters) SENSITIVE = [] include Aws::Structure end |