Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::EC2::Types::DiskImageDescription

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

Overview

Describes a disk image.

Constant Summary collapse

SENSITIVE =
[:import_manifest_url]

Instance Attribute Summary collapse

Instance Attribute Details

#checksumString

The checksum computed for the disk image.

Returns:

  • (String)

33017
33018
33019
33020
33021
33022
33023
33024
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33017

class DiskImageDescription < Struct.new(
  :checksum,
  :format,
  :import_manifest_url,
  :size)
  SENSITIVE = [:import_manifest_url]
  include Aws::Structure
end

#formatString

The disk image format.

Returns:

  • (String)

33017
33018
33019
33020
33021
33022
33023
33024
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33017

class DiskImageDescription < Struct.new(
  :checksum,
  :format,
  :import_manifest_url,
  :size)
  SENSITIVE = [:import_manifest_url]
  include Aws::Structure
end

#import_manifest_urlString

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

Returns:

  • (String)

33017
33018
33019
33020
33021
33022
33023
33024
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33017

class DiskImageDescription < Struct.new(
  :checksum,
  :format,
  :import_manifest_url,
  :size)
  SENSITIVE = [:import_manifest_url]
  include Aws::Structure
end

#sizeInteger

The size of the disk image, in GiB.

Returns:

  • (Integer)

33017
33018
33019
33020
33021
33022
33023
33024
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33017

class DiskImageDescription < Struct.new(
  :checksum,
  :format,
  :import_manifest_url,
  :size)
  SENSITIVE = [:import_manifest_url]
  include Aws::Structure
end