Class: Aws::EC2::Types::ListImagesInRecycleBinResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ListImagesInRecycleBinResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#images ⇒ Array<Types::ImageRecycleBinInfo>
Information about the AMIs.
-
#next_token ⇒ String
The token to include in another request to get the next page of items.
Instance Attribute Details
#images ⇒ Array<Types::ImageRecycleBinInfo>
Information about the AMIs.
49125 49126 49127 49128 49129 49130 |
# File 'lib/aws-sdk-ec2/types.rb', line 49125 class ListImagesInRecycleBinResult < Struct.new( :images, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to include in another request to get the next page of items. This value is ‘null` when there are no more items to return.
49125 49126 49127 49128 49129 49130 |
# File 'lib/aws-sdk-ec2/types.rb', line 49125 class ListImagesInRecycleBinResult < Struct.new( :images, :next_token) SENSITIVE = [] include Aws::Structure end |