Class: Aws::Types::ControlMapping
- Inherits:
-
Object
- Object
- Aws::Types::ControlMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_arn ⇒ ::String
Returns the value of attribute control_arn.
-
#mapping ⇒ Types::Mapping
Returns the value of attribute mapping.
-
#mapping_type ⇒ "FRAMEWORK", ...
Returns the value of attribute mapping_type.
Instance Attribute Details
#control_arn ⇒ ::String
Returns the value of attribute control_arn.
56 57 58 |
# File 'sig/types.rbs', line 56 def control_arn @control_arn end |
#mapping ⇒ Types::Mapping
Returns the value of attribute mapping.
58 59 60 |
# File 'sig/types.rbs', line 58 def mapping @mapping end |
#mapping_type ⇒ "FRAMEWORK", ...
Returns the value of attribute mapping_type.
57 58 59 |
# File 'sig/types.rbs', line 57 def mapping_type @mapping_type end |