Class: Aws::Types::ListImagesResponse

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::Image]

Returns the value of attribute images.

Returns:



7736
7737
7738
# File 'sig/types.rbs', line 7736

def images
  @images
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7737
7738
7739
# File 'sig/types.rbs', line 7737

def next_token
  @next_token
end