Class: Aws::Types::Container
- Inherits:
-
Object
- Object
- Aws::Types::Container
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_uris ⇒ ::Array[::String]
Returns the value of attribute image_uris.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#image_uris ⇒ ::Array[::String]
Returns the value of attribute image_uris.
180 181 182 |
# File 'sig/types.rbs', line 180 def image_uris @image_uris end |
#region ⇒ ::String
Returns the value of attribute region.
179 180 181 |
# File 'sig/types.rbs', line 179 def region @region end |