Class: Aws::AppStream::Types::DescribeImageBuildersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeImageBuildersRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of each page of results.
-
#names ⇒ Array<String>
The names of the image builders to describe.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#max_results ⇒ Integer
The maximum size of each page of results.
3197 3198 3199 3200 3201 3202 3203 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3197 class DescribeImageBuildersRequest < Struct.new( :names, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#names ⇒ Array<String>
The names of the image builders to describe.
3197 3198 3199 3200 3201 3202 3203 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3197 class DescribeImageBuildersRequest < Struct.new( :names, :max_results, :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 this value is null, it retrieves the first page.
3197 3198 3199 3200 3201 3202 3203 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3197 class DescribeImageBuildersRequest < Struct.new( :names, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |