Class: Aws::Types::RelatedControlMappingDetails
- Inherits:
-
Object
- Object
- Aws::Types::RelatedControlMappingDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_arn ⇒ ::String
Returns the value of attribute control_arn.
-
#relation_type ⇒ "COMPLEMENTARY", ...
Returns the value of attribute relation_type.
Instance Attribute Details
#control_arn ⇒ ::String
Returns the value of attribute control_arn.
263 264 265 |
# File 'sig/types.rbs', line 263 def control_arn @control_arn end |
#relation_type ⇒ "COMPLEMENTARY", ...
Returns the value of attribute relation_type.
264 265 266 |
# File 'sig/types.rbs', line 264 def relation_type @relation_type end |