Class: Aws::WorkSpaces::Types::ImagePermission
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ImagePermission
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html
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 'lib/aws-sdk-workspaces/types.rb', line 2898 class ImagePermission < Struct.new( :shared_account_id) SENSITIVE = [] include Aws::Structure end |