Class: Aws::ControlTower::Types::GetBaselineOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The baseline ARN.

Returns:

  • (String)


776
777
778
779
780
781
782
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 776

class GetBaselineOutput < Struct.new(
  :arn,
  :description,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the baseline.

Returns:

  • (String)


776
777
778
779
780
781
782
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 776

class GetBaselineOutput < Struct.new(
  :arn,
  :description,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A user-friendly name for the baseline.

Returns:

  • (String)


776
777
778
779
780
781
782
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 776

class GetBaselineOutput < Struct.new(
  :arn,
  :description,
  :name)
  SENSITIVE = []
  include Aws::Structure
end