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.
| 848 849 850 851 852 | # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 848 class CopyImageResponse < Struct.new( :destination_image_name) SENSITIVE = [] include Aws::Structure end |