Class: Aws::Types::ImageLocation
- Inherits:
-
Object
- Object
- Aws::Types::ImageLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def id @id end |
#url ⇒ ::String
Returns the value of attribute url.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def url @url end |