Class: Aws::ControlCatalog::Types::ControlSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controlcatalog/types.rb

Overview

Overview of information about a control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the control.

Returns:

  • (String)


191
192
193
194
195
196
197
# File 'lib/aws-sdk-controlcatalog/types.rb', line 191

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

#descriptionString

A description of the control, as it may appear in the console. Describes the functionality of the control.

Returns:

  • (String)


191
192
193
194
195
196
197
# File 'lib/aws-sdk-controlcatalog/types.rb', line 191

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

#nameString

The display name of the control.

Returns:

  • (String)


191
192
193
194
195
196
197
# File 'lib/aws-sdk-controlcatalog/types.rb', line 191

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