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:



7751
7752
7753
# File 'sig/types.rbs', line 7751

def images
  @images
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7752
7753
7754
# File 'sig/types.rbs', line 7752

def next_token
  @next_token
end