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.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def id @id end |
#url ⇒ ::String
Returns the value of attribute url.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def url @url end |