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.
3857 3858 3859 |
# File 'sig/types.rbs', line 3857 def location @location end |
#sinks ⇒ ::Array[Types::CatalogEntry]
Returns the value of attribute sinks.
3856 3857 3858 |
# File 'sig/types.rbs', line 3856 def sinks @sinks end |
#source ⇒ Types::CatalogEntry
Returns the value of attribute source.
3855 3856 3857 |
# File 'sig/types.rbs', line 3855 def source @source end |