Class: Aws::AppStream::Types::UpdateImagePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UpdateImagePermissionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_permissions ⇒ Types::ImagePermissions
The permissions for the image.
-
#name ⇒ String
The name of the private image.
-
#shared_account_id ⇒ String
The 12-digit identifier of the AWS account for which you want add or update image permissions.
Instance Attribute Details
#image_permissions ⇒ Types::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 |
#name ⇒ String
The name of the private 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 |
#shared_account_id ⇒ String
The 12-digit identifier of the AWS account for which you want add or update image permissions.
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 |