Class: Aws::Types::Mapping
- Inherits:
-
Object
- Object
- Aws::Types::Mapping
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CommonControl, Framework, RelatedControl, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#common_control ⇒ Types::CommonControlMappingDetails
Returns the value of attribute common_control.
-
#framework ⇒ Types::FrameworkMappingDetails
Returns the value of attribute framework.
-
#related_control ⇒ Types::RelatedControlMappingDetails
Returns the value of attribute related_control.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#common_control ⇒ Types::CommonControlMappingDetails
Returns the value of attribute common_control.
221 222 223 |
# File 'sig/types.rbs', line 221 def common_control @common_control end |
#framework ⇒ Types::FrameworkMappingDetails
Returns the value of attribute framework.
220 221 222 |
# File 'sig/types.rbs', line 220 def framework @framework end |
#related_control ⇒ Types::RelatedControlMappingDetails
Returns the value of attribute related_control.
222 223 224 |
# File 'sig/types.rbs', line 222 def @related_control end |
#unknown ⇒ Object
Returns the value of attribute unknown.
223 224 225 |
# File 'sig/types.rbs', line 223 def unknown @unknown end |