Class: Aws::AppStream::Types::CopyImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CopyImageResponse
- Includes:
- Structure
- Defined in:
- 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.
732 733 734 735 736 |
# File 'lib/aws-sdk-appstream/types.rb', line 732 class CopyImageResponse < Struct.new( :destination_image_name) SENSITIVE = [] include Aws::Structure end |