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)


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_identifierString

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

Returns:

  • (String)


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_versionString

The enabled version of the ‘Baseline`.

Returns:

  • (String)


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

#parametersArray<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_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)


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

The target on which to enable the ‘Baseline`.

Returns:

  • (String)


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