Class: Aws::Types::Mapping
- Inherits:
-
Object
- Object
- Aws::Types::Mapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#children ⇒ ::Array[Types::Mapping]
Returns the value of attribute children.
-
#dropped ⇒ Boolean
Returns the value of attribute dropped.
-
#from_path ⇒ ::Array[::String]
Returns the value of attribute from_path.
-
#from_type ⇒ ::String
Returns the value of attribute from_type.
-
#to_key ⇒ ::String
Returns the value of attribute to_key.
-
#to_type ⇒ ::String
Returns the value of attribute to_type.
Instance Attribute Details
#children ⇒ ::Array[Types::Mapping]
Returns the value of attribute children.
5618 5619 5620 |
# File 'sig/types.rbs', line 5618 def children @children end |
#dropped ⇒ Boolean
Returns the value of attribute dropped.
5617 5618 5619 |
# File 'sig/types.rbs', line 5617 def dropped @dropped end |
#from_path ⇒ ::Array[::String]
Returns the value of attribute from_path.
5614 5615 5616 |
# File 'sig/types.rbs', line 5614 def from_path @from_path end |
#from_type ⇒ ::String
Returns the value of attribute from_type.
5615 5616 5617 |
# File 'sig/types.rbs', line 5615 def from_type @from_type end |
#to_key ⇒ ::String
Returns the value of attribute to_key.
5613 5614 5615 |
# File 'sig/types.rbs', line 5613 def to_key @to_key end |
#to_type ⇒ ::String
Returns the value of attribute to_type.
5616 5617 5618 |
# File 'sig/types.rbs', line 5616 def to_type @to_type end |