Class: Aws::AppStream::Types::DescribeImageBuildersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeImageBuildersResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_builders ⇒ Array<Types::ImageBuilder>
Information about the image builders.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#image_builders ⇒ Array<Types::ImageBuilder>
Information about the image builders.
2083 2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2083 class DescribeImageBuildersResult < Struct.new( :image_builders, :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.
2083 2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2083 class DescribeImageBuildersResult < Struct.new( :image_builders, :next_token) SENSITIVE = [] include Aws::Structure end |