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)


8848
8849
8850
# File 'sig/types.rbs', line 8848

def bytes
  @bytes
end

#format"VMDK", ...

Returns the value of attribute format.

Returns:

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


8847
8848
8849
# File 'sig/types.rbs', line 8847

def format
  @format
end

#import_manifest_url::String

Returns the value of attribute import_manifest_url.

Returns:

  • (::String)


8849
8850
8851
# File 'sig/types.rbs', line 8849

def import_manifest_url
  @import_manifest_url
end