Class: Aws::EC2::Types::ClientData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the client-specific data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

A user-defined comment about the disk upload.

Returns:

  • (String)


5257
5258
5259
5260
5261
5262
5263
5264
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5257

class ClientData < Struct.new(
  :comment,
  :upload_end,
  :upload_size,
  :upload_start)
  SENSITIVE = []
  include Aws::Structure
end

#upload_endTime

The time that the disk upload ends.

Returns:

  • (Time)


5257
5258
5259
5260
5261
5262
5263
5264
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5257

class ClientData < Struct.new(
  :comment,
  :upload_end,
  :upload_size,
  :upload_start)
  SENSITIVE = []
  include Aws::Structure
end

#upload_sizeFloat

The size of the uploaded disk image, in GiB.

Returns:

  • (Float)


5257
5258
5259
5260
5261
5262
5263
5264
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5257

class ClientData < Struct.new(
  :comment,
  :upload_end,
  :upload_size,
  :upload_start)
  SENSITIVE = []
  include Aws::Structure
end

#upload_startTime

The time that the disk upload starts.

Returns:

  • (Time)


5257
5258
5259
5260
5261
5262
5263
5264
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5257

class ClientData < Struct.new(
  :comment,
  :upload_end,
  :upload_size,
  :upload_start)
  SENSITIVE = []
  include Aws::Structure
end