Class: Aws::AppStream::Types::CreateUpdatedImageResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#can_update_imageBoolean

Indicates whether a new image can be created.

Returns:

  • (Boolean)


2028
2029
2030
2031
2032
2033
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2028

class CreateUpdatedImageResult < Struct.new(
  :image,
  :can_update_image)
  SENSITIVE = []
  include Aws::Structure
end

#imageTypes::Image

Describes an image.

Returns:



2028
2029
2030
2031
2032
2033
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2028

class CreateUpdatedImageResult < Struct.new(
  :image,
  :can_update_image)
  SENSITIVE = []
  include Aws::Structure
end