Class: Aws::Types::ApplyMapping
- Inherits:
-
Object
- Object
- Aws::Types::ApplyMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#mapping ⇒ ::Array[Types::Mapping]
Returns the value of attribute mapping.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
109 110 111 |
# File 'sig/types.rbs', line 109 def inputs @inputs end |
#mapping ⇒ ::Array[Types::Mapping]
Returns the value of attribute mapping.
110 111 112 |
# File 'sig/types.rbs', line 110 def mapping @mapping end |
#name ⇒ ::String
Returns the value of attribute name.
108 109 110 |
# File 'sig/types.rbs', line 108 def name @name end |