Class: Aws::ControlTower::Types::BaselineSummary

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

Overview

Returns a summary of information about a Baseline object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The full ARN of a Baseline.

Returns:

  • (String)


86
87
88
89
90
91
92
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 86

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

#descriptionString

A summary description of a Baseline.

Returns:

  • (String)


86
87
88
89
90
91
92
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 86

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

#nameString

The human-readable name of a Baseline.

Returns:

  • (String)


86
87
88
89
90
91
92
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 86

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