You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ClientData as input to an Aws::Client method, you can use a vanilla Hash:

{
  comment: "String",
  upload_end: Time.now,
  upload_size: 1.0,
  upload_start: Time.now,
}

Describes the client-specific data.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

A user-defined comment about the disk upload.

Returns:

  • (String)

    A user-defined comment about the disk upload.

#upload_endTime

The time that the disk upload ends.

Returns:

  • (Time)

    The time that the disk upload ends.

#upload_sizeFloat

The size of the uploaded disk image, in GiB.

Returns:

  • (Float)

    The size of the uploaded disk image, in GiB.

#upload_startTime

The time that the disk upload starts.

Returns:

  • (Time)

    The time that the disk upload starts.