Class: Aws::Types::ListContainersOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#containers::Array[Types::Container]

Returns the value of attribute containers.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def containers
  @containers
end

#next_token::String

Returns the value of attribute next_token.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def next_token
  @next_token
end