Class: Aws::AppStream::Types::CreateUpdatedImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateUpdatedImageResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#can_update_image ⇒ Boolean
Indicates whether a new image can be created.
-
#image ⇒ Types::Image
Describes an image.
Instance Attribute Details
#can_update_image ⇒ Boolean
Indicates whether a new image can be created.
1978 1979 1980 1981 1982 1983 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1978 class CreateUpdatedImageResult < Struct.new( :image, :can_update_image) SENSITIVE = [] include Aws::Structure end |
#image ⇒ Types::Image
Describes an image.
1978 1979 1980 1981 1982 1983 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1978 class CreateUpdatedImageResult < Struct.new( :image, :can_update_image) SENSITIVE = [] include Aws::Structure end |