class Aws::AppStream::Types::UpdateImagePermissionsRequest

@note When making an API call, you may pass UpdateImagePermissionsRequest

data as a hash:

    {
      name: "Name", # required
      shared_account_id: "AwsAccountId", # required
      image_permissions: { # required
        allow_fleet: false,
        allow_image_builder: false,
      },
    }

@!attribute [rw] name

The name of the private image.
@return [String]

@!attribute [rw] shared_account_id

The 12-digit identifier of the AWS account for which you want add or
update image permissions.
@return [String]

@!attribute [rw] image_permissions

The permissions for the image.
@return [Types::ImagePermissions]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateImagePermissionsRequest AWS API Documentation

Constants

SENSITIVE