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.
2132 2133 2134 2135 2136 2137 |
# File 'lib/aws-sdk-appstream/types.rb', line 2132 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.
2132 2133 2134 2135 2136 2137 |
# File 'lib/aws-sdk-appstream/types.rb', line 2132 class DeleteImagePermissionsRequest < Struct.new( :name, :shared_account_id) SENSITIVE = [] include Aws::Structure end |