You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::UpdateImagePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UpdateImagePermissionsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateImagePermissionsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "Name", # required
shared_account_id: "AwsAccountId", # required
image_permissions: { # required
allow_fleet: false,
allow_image_builder: false,
},
}
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.
#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.