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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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)


2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2132

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)


2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2132

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