Class: Aws::Types::ListToMap
- Inherits:
-
Object
- Object
- Aws::Types::ListToMap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flatten ⇒ Boolean
Returns the value of attribute flatten.
-
#flattened_element ⇒ "first", "last"
Returns the value of attribute flattened_element.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#value_key ⇒ ::String
Returns the value of attribute value_key.
Instance Attribute Details
#flatten ⇒ Boolean
Returns the value of attribute flatten.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def flatten @flatten end |
#flattened_element ⇒ "first", "last"
Returns the value of attribute flattened_element.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def flattened_element @flattened_element end |
#key ⇒ ::String
Returns the value of attribute key.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def key @key end |
#source ⇒ ::String
Returns the value of attribute source.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def source @source end |
#target ⇒ ::String
Returns the value of attribute target.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def target @target end |
#value_key ⇒ ::String
Returns the value of attribute value_key.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def value_key @value_key end |