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)


8758
8759
8760
# File 'sig/types.rbs', line 8758

def bytes
  @bytes
end

#format"VMDK", ...

Returns the value of attribute format.

Returns:

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


8757
8758
8759
# File 'sig/types.rbs', line 8757

def format
  @format
end

#import_manifest_url::String

Returns the value of attribute import_manifest_url.

Returns:

  • (::String)


8759
8760
8761
# File 'sig/types.rbs', line 8759

def import_manifest_url
  @import_manifest_url
end