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

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

Instance Attribute Details

#arnString

The ARN of the EnabledBaseline resource

Returns:

  • (String)


796
797
798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 796

class EnabledBaselineSummary < Struct.new(
  :arn,
  :baseline_identifier,
  :baseline_version,
  :drift_status_summary,
  :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)


796
797
798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 796

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

#baseline_versionString

The enabled version of the baseline.

Returns:

  • (String)


796
797
798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 796

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

#drift_status_summaryTypes::EnabledBaselineDriftStatusSummary

The drift status of the enabled baseline.



796
797
798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 796

class EnabledBaselineSummary < Struct.new(
  :arn,
  :baseline_identifier,
  :baseline_version,
  :drift_status_summary,
  :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)


796
797
798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 796

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

#status_summaryTypes::EnablementStatusSummary

The deployment summary of an EnabledControl or EnabledBaseline resource.



796
797
798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 796

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

#target_identifierString

The target upon which the baseline is enabled.

Returns:

  • (String)


796
797
798
799
800
801
802
803
804
805
806
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 796

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