Class: Aws::Types::ListImagesInRecycleBinResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#images::Array[Types::ImageRecycleBinInfo]

Returns the value of attribute images.

Returns:



13471
13472
13473
# File 'sig/types.rbs', line 13471

def images
  @images
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


13472
13473
13474
# File 'sig/types.rbs', line 13472

def next_token
  @next_token
end