Class: Aws::ControlTower::Types::EnabledBaselineSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the ‘EnabledBaseline` resource

Returns:

  • (String)


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_identifierString

The specific baseline that is enabled as part of the ‘EnabledBaseline` resource.

Returns:

  • (String)


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_versionString

The enabled version of the baseline.

Returns:

  • (String)


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_identifierString

An ARN that represents an object returned by ‘ListEnabledBaseline`, to describe an enabled baseline.

Returns:

  • (String)


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_summaryTypes::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_identifierString

The target upon which the baseline is enabled.

Returns:

  • (String)


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