Class: Aws::AppStream::Types::SharedImagePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::SharedImagePermissions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Describes the permissions that are available to the specified AWS account for a shared image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_permissions ⇒ Types::ImagePermissions
Describes the permissions for a shared image.
-
#shared_account_id ⇒ String
The 12-digit identifier of the AWS account with which the image is shared.
Instance Attribute Details
#image_permissions ⇒ Types::ImagePermissions
Describes the permissions for a shared image.
4499 4500 4501 4502 4503 4504 |
# File 'lib/aws-sdk-appstream/types.rb', line 4499 class SharedImagePermissions < Struct.new( :shared_account_id, :image_permissions) SENSITIVE = [] include Aws::Structure end |
#shared_account_id ⇒ String
The 12-digit identifier of the AWS account with which the image is shared.
4499 4500 4501 4502 4503 4504 |
# File 'lib/aws-sdk-appstream/types.rb', line 4499 class SharedImagePermissions < Struct.new( :shared_account_id, :image_permissions) SENSITIVE = [] include Aws::Structure end |