Class: Aws::WorkSpaces::Types::ImagePermission

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#shared_account_idString

The identifier of the Amazon Web Services account that an image has been shared with.

Returns:

  • (String)


2546
2547
2548
2549
2550
# File 'lib/aws-sdk-workspaces/types.rb', line 2546

class ImagePermission < Struct.new(
  :shared_account_id)
  SENSITIVE = []
  include Aws::Structure
end