Class: Aws::EC2::Types::ClientData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ClientData
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the client-specific data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #comment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A user-defined comment about the disk upload.
 - 
  
    
      #upload_end  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the disk upload ends.
 - 
  
    
      #upload_size  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the uploaded disk image, in GiB.
 - 
  
    
      #upload_start  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the disk upload starts.
 
Instance Attribute Details
#comment ⇒ String
A user-defined comment about the disk upload.
      5988 5989 5990 5991 5992 5993 5994 5995  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5988 class ClientData < Struct.new( :comment, :upload_end, :upload_size, :upload_start) SENSITIVE = [] include Aws::Structure end  | 
  
#upload_end ⇒ Time
The time that the disk upload ends.
      5988 5989 5990 5991 5992 5993 5994 5995  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5988 class ClientData < Struct.new( :comment, :upload_end, :upload_size, :upload_start) SENSITIVE = [] include Aws::Structure end  | 
  
#upload_size ⇒ Float
The size of the uploaded disk image, in GiB.
      5988 5989 5990 5991 5992 5993 5994 5995  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5988 class ClientData < Struct.new( :comment, :upload_end, :upload_size, :upload_start) SENSITIVE = [] include Aws::Structure end  | 
  
#upload_start ⇒ Time
The time that the disk upload starts.
      5988 5989 5990 5991 5992 5993 5994 5995  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5988 class ClientData < Struct.new( :comment, :upload_end, :upload_size, :upload_start) SENSITIVE = [] include Aws::Structure end  |