Class: Aws::ControlCatalog::Types::ControlMapping

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

Overview

A structure that contains information about a control mapping, including the control ARN, mapping type, and mapping details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_arnString

The Amazon Resource Name (ARN) that identifies the control in the mapping.

Returns:

  • (String)


182
183
184
185
186
187
188
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 182

class ControlMapping < Struct.new(
  :control_arn,
  :mapping_type,
  :mapping)
  SENSITIVE = []
  include Aws::Structure
end

#mappingTypes::Mapping

The details of the mapping relationship, for example, containing framework, common control, or related control information.

Returns:



182
183
184
185
186
187
188
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 182

class ControlMapping < Struct.new(
  :control_arn,
  :mapping_type,
  :mapping)
  SENSITIVE = []
  include Aws::Structure
end

#mapping_typeString

The type of mapping relationship between the control and other entities.

Returns:

  • (String)


182
183
184
185
186
187
188
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 182

class ControlMapping < Struct.new(
  :control_arn,
  :mapping_type,
  :mapping)
  SENSITIVE = []
  include Aws::Structure
end