Class: Aws::ControlTower::Types::EnabledBaselineSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledBaselineSummary
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Returns a summary of information about an EnabledBaseline
object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the
EnabledBaseline
resource. -
#baseline_identifier ⇒ String
The specific baseline that is enabled as part of the
EnabledBaseline
resource. -
#baseline_version ⇒ String
The enabled version of the baseline.
-
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of an
EnabledControl
orEnabledBaseline
resource. -
#target_identifier ⇒ String
The target upon which the baseline is enabled.
Instance Attribute Details
#arn ⇒ String
The ARN of the EnabledBaseline
resource
671 672 673 674 675 676 677 678 679 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 671 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#baseline_identifier ⇒ String
The specific baseline that is enabled as part of the
EnabledBaseline
resource.
671 672 673 674 675 676 677 678 679 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 671 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#baseline_version ⇒ String
The enabled version of the baseline.
671 672 673 674 675 676 677 678 679 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 671 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of an EnabledControl
or EnabledBaseline
resource.
671 672 673 674 675 676 677 678 679 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 671 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The target upon which the baseline is enabled.
671 672 673 674 675 676 677 678 679 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 671 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |