Class: Aws::Types::GetMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMappingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ Types::Location
Returns the value of attribute location.
-
#sinks ⇒ ::Array[Types::CatalogEntry]
Returns the value of attribute sinks.
-
#source ⇒ Types::CatalogEntry
Returns the value of attribute source.
Instance Attribute Details
#location ⇒ Types::Location
Returns the value of attribute location.
3886 3887 3888 |
# File 'sig/types.rbs', line 3886 def location @location end |
#sinks ⇒ ::Array[Types::CatalogEntry]
Returns the value of attribute sinks.
3885 3886 3887 |
# File 'sig/types.rbs', line 3885 def sinks @sinks end |
#source ⇒ Types::CatalogEntry
Returns the value of attribute source.
3884 3885 3886 |
# File 'sig/types.rbs', line 3884 def source @source end |