Class: Aws::Types::ListCompatibleImagesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_images::Array[Types::CompatibleImage]

Returns the value of attribute compatible_images.

Returns:



447
448
449
# File 'sig/types.rbs', line 447

def compatible_images
  @compatible_images
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


448
449
450
# File 'sig/types.rbs', line 448

def next_token
  @next_token
end