Class: Aws::ControlTower::Types::EnabledBaselineSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledBaselineSummary
- Includes:
- Structure
- Defined in:
- 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.
-
#parent_identifier ⇒ String
An ARN that represents an object returned by ‘ListEnabledBaseline`, to describe an enabled baseline.
-
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of an ‘EnabledControl` or `EnabledBaseline` resource.
-
#target_identifier ⇒ String
The target upon which the baseline is enabled.
Instance Attribute Details
#arn ⇒ String
The ARN of the ‘EnabledBaseline` resource
690 691 692 693 694 695 696 697 698 699 |
# File 'lib/aws-sdk-controltower/types.rb', line 690 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#baseline_identifier ⇒ String
The specific baseline that is enabled as part of the ‘EnabledBaseline` resource.
690 691 692 693 694 695 696 697 698 699 |
# File 'lib/aws-sdk-controltower/types.rb', line 690 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#baseline_version ⇒ String
The enabled version of the baseline.
690 691 692 693 694 695 696 697 698 699 |
# File 'lib/aws-sdk-controltower/types.rb', line 690 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#parent_identifier ⇒ String
An ARN that represents an object returned by ‘ListEnabledBaseline`, to describe an enabled baseline.
690 691 692 693 694 695 696 697 698 699 |
# File 'lib/aws-sdk-controltower/types.rb', line 690 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of an ‘EnabledControl` or `EnabledBaseline` resource.
690 691 692 693 694 695 696 697 698 699 |
# File 'lib/aws-sdk-controltower/types.rb', line 690 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The target upon which the baseline is enabled.
690 691 692 693 694 695 696 697 698 699 |
# File 'lib/aws-sdk-controltower/types.rb', line 690 class EnabledBaselineSummary < Struct.new( :arn, :baseline_identifier, :baseline_version, :parent_identifier, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |