Class: Aws::AppStream::Types::ImagePermissions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Describes the permissions for an image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_fleetBoolean

Indicates whether the image can be used for a fleet.

Returns:

  • (Boolean)


3930
3931
3932
3933
3934
3935
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3930

class ImagePermissions < Struct.new(
  :allow_fleet,
  :allow_image_builder)
  SENSITIVE = []
  include Aws::Structure
end

#allow_image_builderBoolean

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

Returns:

  • (Boolean)


3930
3931
3932
3933
3934
3935
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3930

class ImagePermissions < Struct.new(
  :allow_fleet,
  :allow_image_builder)
  SENSITIVE = []
  include Aws::Structure
end