You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::ImagePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ImagePermissions
- Defined in:
- (unknown)
Overview
Note:
When passing ImagePermissions as input to an Aws::Client method, you can use a vanilla Hash:
{
allow_fleet: false,
allow_image_builder: false,
}
Describes the permissions for an image.
Returned by:
Instance Attribute Summary collapse
-
#allow_fleet ⇒ Boolean
Indicates whether the image can be used for a fleet.
-
#allow_image_builder ⇒ Boolean
Indicates whether the image can be used for an image builder.
Instance Attribute Details
#allow_fleet ⇒ Boolean
Indicates whether the image can be used for a fleet.
#allow_image_builder ⇒ Boolean
Indicates whether the image can be used for an image builder.