Class: Aws::Types::DiskImageDetail

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

#bytes::Integer

Returns the value of attribute bytes.

Returns:

  • (::Integer)


8547
8548
8549
# File 'sig/types.rbs', line 8547

def bytes
  @bytes
end

#format"VMDK", ...

Returns the value of attribute format.

Returns:

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


8546
8547
8548
# File 'sig/types.rbs', line 8546

def format
  @format
end

#import_manifest_url::String

Returns the value of attribute import_manifest_url.

Returns:

  • (::String)


8548
8549
8550
# File 'sig/types.rbs', line 8548

def import_manifest_url
  @import_manifest_url
end