class Aws::AppStream::Types::ImagePermissions

Describes the permissions for an image.

@note When making an API call, you may pass ImagePermissions

data as a hash:

    {
      allow_fleet: false,
      allow_image_builder: false,
    }

@!attribute [rw] allow_fleet

Indicates whether the image can be used for a fleet.
@return [Boolean]

@!attribute [rw] allow_image_builder

Indicates whether the image can be used for an image builder.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/ImagePermissions AWS API Documentation

Constants

SENSITIVE