Class: Aws::Types::DiskImageDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:import_manifest_url])

Instance Attribute Summary collapse

Instance Attribute Details

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


8538
8539
8540
# File 'sig/types.rbs', line 8538

def checksum
  @checksum
end

#format"VMDK", ...

Returns the value of attribute format.

Returns:

  • ("VMDK", "RAW", "VHD")


8539
8540
8541
# File 'sig/types.rbs', line 8539

def format
  @format
end

#import_manifest_url::String

Returns the value of attribute import_manifest_url.

Returns:

  • (::String)


8540
8541
8542
# File 'sig/types.rbs', line 8540

def import_manifest_url
  @import_manifest_url
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


8541
8542
8543
# File 'sig/types.rbs', line 8541

def size
  @size
end