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

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

Instance Attribute Details

#shared_account_idString

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

Returns:

  • (String)


2380
2381
2382
2383
2384
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2380

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