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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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)


460
461
462
463
464
465
466
467
468
469
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 460

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

#baseline_identifierString

The specific Baseline enabled as part of the EnabledBaseline resource.

Returns:

  • (String)


460
461
462
463
464
465
466
467
468
469
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 460

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

#baseline_versionString

The enabled version of the Baseline.

Returns:

  • (String)


460
461
462
463
464
465
466
467
468
469
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 460

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

#parametersArray<Types::EnabledBaselineParameterSummary>

Shows the parameters that are applied when enabling this Baseline.



460
461
462
463
464
465
466
467
468
469
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 460

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

#status_summaryTypes::EnablementStatusSummary

The deployment summary of the enabled control.



460
461
462
463
464
465
466
467
468
469
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 460

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

#target_identifierString

The target on which to enable the Baseline.

Returns:

  • (String)


460
461
462
463
464
465
466
467
468
469
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 460

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