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.
3876 3877 3878 |
# File 'sig/types.rbs', line 3876 def location @location end |
#sinks ⇒ ::Array[Types::CatalogEntry]
Returns the value of attribute sinks.
3875 3876 3877 |
# File 'sig/types.rbs', line 3875 def sinks @sinks end |
#source ⇒ Types::CatalogEntry
Returns the value of attribute source.
3874 3875 3876 |
# File 'sig/types.rbs', line 3874 def source @source end |