Class: Aws::AppStream::Types::DescribeImagesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imagesArray<Types::Image>

Information about the images.



2835
2836
2837
2838
2839
2840
# File 'lib/aws-sdk-appstream/types.rb', line 2835

class DescribeImagesResult < Struct.new(
  :images,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.



2835
2836
2837
2838
2839
2840
# File 'lib/aws-sdk-appstream/types.rb', line 2835

class DescribeImagesResult < Struct.new(
  :images,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end