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)


1145
1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1145

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

#descriptionString

A description of the baseline.

Returns:

  • (String)


1145
1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1145

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

#nameString

A user-friendly name for the baseline.

Returns:

  • (String)


1145
1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1145

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