Class: Aws::WorkSpaces::Types::DescribeWorkspaceImagePermissionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeWorkspaceImagePermissionsResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_id ⇒ String
The identifier of the image.
-
#image_permissions ⇒ Array<Types::ImagePermission>
The identifiers of the Amazon Web Services accounts that the image has been shared with.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#image_id ⇒ String
The identifier of the image.
2395 2396 2397 2398 2399 2400 2401 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2395 class DescribeWorkspaceImagePermissionsResult < Struct.new( :image_id, :image_permissions, :next_token) SENSITIVE = [] include Aws::Structure end |
#image_permissions ⇒ Array<Types::ImagePermission>
The identifiers of the Amazon Web Services accounts that the image has been shared with.
2395 2396 2397 2398 2399 2400 2401 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2395 class DescribeWorkspaceImagePermissionsResult < Struct.new( :image_id, :image_permissions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
2395 2396 2397 2398 2399 2400 2401 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2395 class DescribeWorkspaceImagePermissionsResult < Struct.new( :image_id, :image_permissions, :next_token) SENSITIVE = [] include Aws::Structure end |