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
show all
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

Instance Attribute Details

#nameString

The name of the private image.

Returns:

  • (String)

    The name of the private image.

#shared_account_idString

The 12-digit identifier of the AWS account for which to delete image permissions.

Returns:

  • (String)

    The 12-digit identifier of the AWS account for which to delete image permissions.