Class: Aws::ControlTower::Types::EnabledBaselineDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

Details of the ‘EnabledBaseline` resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the ‘EnabledBaseline` resource.

Returns:

  • (String)


579
580
581
582
583
584
585
586
587
588
589
# File 'lib/aws-sdk-controltower/types.rb', line 579

class EnabledBaselineDetails < Struct.new(
  :arn,
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :parent_identifier,
  :status_summary,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#baseline_identifierString

The specific ‘Baseline` enabled as part of the `EnabledBaseline` resource.

Returns:

  • (String)


579
580
581
582
583
584
585
586
587
588
589
# File 'lib/aws-sdk-controltower/types.rb', line 579

class EnabledBaselineDetails < Struct.new(
  :arn,
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :parent_identifier,
  :status_summary,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#baseline_versionString

The enabled version of the ‘Baseline`.

Returns:

  • (String)


579
580
581
582
583
584
585
586
587
588
589
# File 'lib/aws-sdk-controltower/types.rb', line 579

class EnabledBaselineDetails < Struct.new(
  :arn,
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :parent_identifier,
  :status_summary,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::EnabledBaselineParameterSummary>

Shows the parameters that are applied when enabling this ‘Baseline`.



579
580
581
582
583
584
585
586
587
588
589
# File 'lib/aws-sdk-controltower/types.rb', line 579

class EnabledBaselineDetails < Struct.new(
  :arn,
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :parent_identifier,
  :status_summary,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#parent_identifierString

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`.

Returns:

  • (String)


579
580
581
582
583
584
585
586
587
588
589
# File 'lib/aws-sdk-controltower/types.rb', line 579

class EnabledBaselineDetails < Struct.new(
  :arn,
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :parent_identifier,
  :status_summary,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#status_summaryTypes::EnablementStatusSummary

The deployment summary of an ‘EnabledControl` or `EnabledBaseline` resource.



579
580
581
582
583
584
585
586
587
588
589
# File 'lib/aws-sdk-controltower/types.rb', line 579

class EnabledBaselineDetails < Struct.new(
  :arn,
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :parent_identifier,
  :status_summary,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#target_identifierString

The target on which to enable the ‘Baseline`.

Returns:

  • (String)


579
580
581
582
583
584
585
586
587
588
589
# File 'lib/aws-sdk-controltower/types.rb', line 579

class EnabledBaselineDetails < Struct.new(
  :arn,
  :baseline_identifier,
  :baseline_version,
  :parameters,
  :parent_identifier,
  :status_summary,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end