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:



12873
12874
12875
# File 'sig/types.rbs', line 12873

def images
  @images
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


12874
12875
12876
# File 'sig/types.rbs', line 12874

def next_token
  @next_token
end