Class: Aws::AppStream::Types::UpdateImagePermissionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_permissionsTypes::ImagePermissions

The permissions for the image.



5628
5629
5630
5631
5632
5633
5634
# File 'lib/aws-sdk-appstream/types.rb', line 5628

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

#nameString

The name of the private image.

Returns:

  • (String)


5628
5629
5630
5631
5632
5633
5634
# File 'lib/aws-sdk-appstream/types.rb', line 5628

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

#shared_account_idString

The 12-digit identifier of the AWS account for which you want add or update image permissions.

Returns:

  • (String)


5628
5629
5630
5631
5632
5633
5634
# File 'lib/aws-sdk-appstream/types.rb', line 5628

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