Class: Aws::AppStream::Types::DescribeImagesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeImagesResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#images ⇒ Array<Types::Image>
Information about the images.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#images ⇒ Array<Types::Image>
Information about the images.
2187 2188 2189 2190 2191 2192 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2187 class DescribeImagesResult < Struct.new( :images, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
2187 2188 2189 2190 2191 2192 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2187 class DescribeImagesResult < Struct.new( :images, :next_token) SENSITIVE = [] include Aws::Structure end |