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

#image_version_list ⇒ ::Array[Types::ImageVersion]

Returns the value of attribute image_version_list.

Returns:



1610
1611
1612
# File 'sig/types.rbs', line 1610

def image_version_list
  @image_version_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def next_token
  @next_token
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def request_id
  @request_id
end