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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


2620
2621
2622
2623
2624
2625
2626
2627
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2620

class DescribeImagePermissionsRequest < Struct.new(
  :name,
  :max_results,
  :shared_aws_account_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


2620
2621
2622
2623
2624
2625
2626
2627
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2620

class DescribeImagePermissionsRequest < Struct.new(
  :name,
  :max_results,
  :shared_aws_account_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2620
2621
2622
2623
2624
2625
2626
2627
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2620

class DescribeImagePermissionsRequest < Struct.new(
  :name,
  :max_results,
  :shared_aws_account_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#shared_aws_account_idsArray<String>

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

Returns:

  • (Array<String>)


2620
2621
2622
2623
2624
2625
2626
2627
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2620

class DescribeImagePermissionsRequest < Struct.new(
  :name,
  :max_results,
  :shared_aws_account_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end