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)


8749
8750
8751
# File 'sig/types.rbs', line 8749

def checksum
  @checksum
end

#format"VMDK", ...

Returns the value of attribute format.

Returns:

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


8750
8751
8752
# File 'sig/types.rbs', line 8750

def format
  @format
end

#import_manifest_url::String

Returns the value of attribute import_manifest_url.

Returns:

  • (::String)


8751
8752
8753
# File 'sig/types.rbs', line 8751

def import_manifest_url
  @import_manifest_url
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


8752
8753
8754
# File 'sig/types.rbs', line 8752

def size
  @size
end