Class: Aws::Types::DescribeFastLaunchImagesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFastLaunchImagesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fast_launch_images ⇒ ::Array[Types::DescribeFastLaunchImagesSuccessItem]
Returns the value of attribute fast_launch_images.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
5823 5824 5825 |
# File 'sig/types.rbs', line 5823 def next_token @next_token end |