Class: Aws::WorkSpaces::Types::ImagePermission
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ImagePermission
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes the Amazon Web Services accounts that have been granted permission to use a shared image. For more information about sharing images, see Share or Unshare a Custom WorkSpaces Image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#shared_account_id ⇒ String
The identifier of the Amazon Web Services account that an image has been shared with.
Instance Attribute Details
#shared_account_id ⇒ String
The identifier of the Amazon Web Services account that an image has been shared with.
2898 2899 2900 2901 2902 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2898 class ImagePermission < Struct.new( :shared_account_id) SENSITIVE = [] include Aws::Structure end |