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.
2356 2357 2358 2359 2360 2361 2362 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2356 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.
2356 2357 2358 2359 2360 2361 2362 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2356 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.
2356 2357 2358 2359 2360 2361 2362 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2356 class DescribeWorkspaceImagePermissionsResult < Struct.new( :image_id, :image_permissions, :next_token) SENSITIVE = [] include Aws::Structure end |