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
show all
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

Instance Attribute Details

#allow_fleetBoolean

Indicates whether the image can be used for a fleet.

Returns:

  • (Boolean)

    Indicates whether the image can be used for a fleet.

#allow_image_builderBoolean

Indicates whether the image can be used for an image builder.

Returns:

  • (Boolean)

    Indicates whether the image can be used for an image builder.