Class: Aws::Types::ListImageVersionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_versions::Array[Types::ImageVersion]

Returns the value of attribute image_versions.

Returns:



7717
7718
7719
# File 'sig/types.rbs', line 7717

def image_versions
  @image_versions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7718
7719
7720
# File 'sig/types.rbs', line 7718

def next_token
  @next_token
end