You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppStream::Types::DescribeImagePermissionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeImagePermissionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "Name", # required
  max_results: 1,
  shared_aws_account_ids: ["AwsAccountId"],
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)

    The maximum size of each page of results.

#nameString

The name of the private image for which to describe permissions. The image must be one that you own.

Returns:

  • (String)

    The name of the private image for which to describe permissions.

#next_tokenString

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.

Returns:

  • (String)

    The pagination token to use to retrieve the next page of results for this operation.

#shared_aws_account_idsArray<String>

The 12-digit identifier of one or more AWS accounts with which the image is shared.

Returns:

  • (Array<String>)

    The 12-digit identifier of one or more AWS accounts with which the image is shared.