Class: Aws::Types::ImageGenerationDestinationConfig
- Inherits:
-
Object
- Object
- Aws::Types::ImageGenerationDestinationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
267 268 269 |
# File 'sig/types.rbs', line 267 def destination_region @destination_region end |
#uri ⇒ ::String
Returns the value of attribute uri.
266 267 268 |
# File 'sig/types.rbs', line 266 def uri @uri end |