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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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.



5398
5399
5400
5401
5402
5403
5404
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5398

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

#nameString

The name of the private image.

Returns:

  • (String)


5398
5399
5400
5401
5402
5403
5404
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5398

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)


5398
5399
5400
5401
5402
5403
5404
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5398

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