Class: Aws::AppStream::Types::CopyImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CopyImageResponse
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_image_name ⇒ String
The name of the destination image.
Instance Attribute Details
#destination_image_name ⇒ String
The name of the destination image.
556 557 558 559 560 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 556 class CopyImageResponse < Struct.new( :destination_image_name) SENSITIVE = [] include Aws::Structure end |