Class: Aws::Types::DescribeFastLaunchImagesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fast_launch_images::Array[Types::DescribeFastLaunchImagesSuccessItem]

Returns the value of attribute fast_launch_images.



5822
5823
5824
# File 'sig/types.rbs', line 5822

def fast_launch_images
  @fast_launch_images
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5823
5824
5825
# File 'sig/types.rbs', line 5823

def next_token
  @next_token
end