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.
3276 3277 3278 3279 3280 3281 3282 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3276 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.
3276 3277 3278 3279 3280 3281 3282 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3276 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.
3276 3277 3278 3279 3280 3281 3282 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3276 class DescribeImageBuildersRequest < Struct.new( :names, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |