Class: Aws::ControlCatalog::Types::RelatedControlMappingDetails

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

Overview

A structure that describes a control's relationship status with other controls.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_arnString

The unique identifier of a control.

Returns:

  • (String)


1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 1033

class RelatedControlMappingDetails < Struct.new(
  :control_arn,
  :relation_type)
  SENSITIVE = []
  include Aws::Structure
end

#relation_typeString

Returns an enumerated value that represents the relationship between two or more controls.

Returns:

  • (String)


1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 1033

class RelatedControlMappingDetails < Struct.new(
  :control_arn,
  :relation_type)
  SENSITIVE = []
  include Aws::Structure
end