Class: Aws::AppStream::Types::DescribeImagePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeImagePermissionsRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass DescribeImagePermissionsRequest data as a hash:
{
name: "Name", # required
max_results: 1,
shared_aws_account_ids: ["AwsAccountId"],
next_token: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of each page of results.
-
#name ⇒ String
The name of the private image for which to describe permissions.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#shared_aws_account_ids ⇒ Array<String>
The 12-digit identifier of one or more AWS accounts with which the image is shared.
Instance Attribute Details
#max_results ⇒ Integer
The maximum size of each page of results.
2525 2526 2527 2528 2529 2530 2531 2532 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2525 class DescribeImagePermissionsRequest < Struct.new( :name, :max_results, :shared_aws_account_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the private image for which to describe permissions. The image must be one that you own.
2525 2526 2527 2528 2529 2530 2531 2532 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2525 class DescribeImagePermissionsRequest < Struct.new( :name, :max_results, :shared_aws_account_ids, :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.
2525 2526 2527 2528 2529 2530 2531 2532 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2525 class DescribeImagePermissionsRequest < Struct.new( :name, :max_results, :shared_aws_account_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#shared_aws_account_ids ⇒ Array<String>
The 12-digit identifier of one or more AWS accounts with which the image is shared.
2525 2526 2527 2528 2529 2530 2531 2532 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2525 class DescribeImagePermissionsRequest < Struct.new( :name, :max_results, :shared_aws_account_ids, :next_token) SENSITIVE = [] include Aws::Structure end |