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.
5639 5640 5641 |
# File 'sig/types.rbs', line 5639 def fast_launch_images @fast_launch_images end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5640 5641 5642 |
# File 'sig/types.rbs', line 5640 def next_token @next_token end |