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.
1803 1804 1805 1806 1807 1808 1809 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1803 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.
1803 1804 1805 1806 1807 1808 1809 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1803 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.
1803 1804 1805 1806 1807 1808 1809 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1803 class DescribeWorkspaceImagePermissionsResult < Struct.new( :image_id, :image_permissions, :next_token) SENSITIVE = [] include Aws::Structure end |