Class: Aws::Types::ListImageVersionsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#image_versions::Array[Types::ImageVersion]

Returns the value of attribute image_versions.



7779
7780
7781
# File 'sig/types.rbs', line 7779

def image_versions
  @image_versions
end

#next_token::String

Returns the value of attribute next_token.



7780
7781
7782
# File 'sig/types.rbs', line 7780

def next_token
  @next_token
end