Class: Aws::AppStream::Types::SharedImagePermissions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Describes the permissions that are available to the specified AWS account for a shared image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_permissionsTypes::ImagePermissions

Describes the permissions for a shared image.



4499
4500
4501
4502
4503
4504
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4499

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

#shared_account_idString

The 12-digit identifier of the AWS account with which the image is shared.

Returns:

  • (String)


4499
4500
4501
4502
4503
4504
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4499

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