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.
1603 1604 1605 1606 1607 1608 1609 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1603 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.
1603 1604 1605 1606 1607 1608 1609 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1603 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.
1603 1604 1605 1606 1607 1608 1609 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1603 class DescribeWorkspaceImagePermissionsResult < Struct.new( :image_id, :image_permissions, :next_token) SENSITIVE = [] include Aws::Structure end |