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)


2205
2206
2207
2208
2209
2210
# File 'lib/aws-sdk-appstream/types.rb', line 2205

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)


2205
2206
2207
2208
2209
2210
# File 'lib/aws-sdk-appstream/types.rb', line 2205

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