Class: Aws::Types::ListContainersOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListContainersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Array[Types::Container]
Returns the value of attribute containers.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#containers ⇒ ::Array[Types::Container]
Returns the value of attribute containers.
163 164 165 |
# File 'sig/types.rbs', line 163 def containers @containers end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
164 165 166 |
# File 'sig/types.rbs', line 164 def next_token @next_token end |