You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::DeleteImagePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteImagePermissionsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteImagePermissionsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "Name", # required
shared_account_id: "AwsAccountId", # required
}
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the private image.
-
#shared_account_id ⇒ String
The 12-digit identifier of the AWS account for which to delete image permissions.
Instance Attribute Details
#name ⇒ String
The name of the private image.
#shared_account_id ⇒ String
The 12-digit identifier of the AWS account for which to delete image permissions.