Class: Aws::AppStream::Types::DeleteImagePermissionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the private image.

Returns:

  • (String)

1710
1711
1712
1713
1714
1715
# File 'lib/aws-sdk-appstream/types.rb', line 1710

class DeleteImagePermissionsRequest < Struct.new(
  :name,
  :shared_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#shared_account_idString

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

Returns:

  • (String)

1710
1711
1712
1713
1714
1715
# File 'lib/aws-sdk-appstream/types.rb', line 1710

class DeleteImagePermissionsRequest < Struct.new(
  :name,
  :shared_account_id)
  SENSITIVE = []
  include Aws::Structure
end