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.


4660
4661
4662
4663
4664
4665
4666
# File 'lib/aws-sdk-appstream/types.rb', line 4660

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

#nameString

The name of the private image.

Returns:

  • (String)

4660
4661
4662
4663
4664
4665
4666
# File 'lib/aws-sdk-appstream/types.rb', line 4660

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)

4660
4661
4662
4663
4664
4665
4666
# File 'lib/aws-sdk-appstream/types.rb', line 4660

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