Class: Aws::AppStream::Types::DeleteImagePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteImagePermissionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the private image.
-
#shared_account_id ⇒ String
The 12-digit identifier of the AWS account for which to delete image permissions.
Instance Attribute Details
#name ⇒ String
The name of the private image.
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_id ⇒ String
The 12-digit identifier of the AWS account for which to delete image permissions.
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 |