Class: Aws::ControlCatalog::Types::RelatedControlMappingDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::RelatedControlMappingDetails
- 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
-
#control_arn ⇒ String
The unique identifier of a control.
-
#relation_type ⇒ String
Returns an enumerated value that represents the relationship between two or more controls.
Instance Attribute Details
#control_arn ⇒ String
The unique identifier of a control.
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_type ⇒ String
Returns an enumerated value that represents the relationship between two or more controls.
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 |