You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::DescribeImagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeImagesRequest
- Defined in:
- (unknown)
Overview
When passing DescribeImagesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
names: ["String"],
arns: ["Arn"],
type: "PUBLIC", # accepts PUBLIC, PRIVATE, SHARED
next_token: "String",
max_results: 1,
}
Instance Attribute Summary collapse
-
#arns ⇒ Array<String>
The ARNs of the public, private, and shared images to describe.
-
#max_results ⇒ Integer
The maximum size of each page of results.
-
#names ⇒ Array<String>
The names of the public or private images to describe.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#type ⇒ String
The type of image (public, private, or shared) to describe.
Instance Attribute Details
#arns ⇒ Array<String>
The ARNs of the public, private, and shared images to describe.
#max_results ⇒ Integer
The maximum size of each page of results.
#names ⇒ Array<String>
The names of the public or private images to describe.
#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.
#type ⇒ String
The type of image (public, private, or shared) to describe.
Possible values:
- PUBLIC
- PRIVATE
- SHARED