Class: Aws::Types::ExportToS3Task

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_format"ova"

Returns the value of attribute container_format.

Returns:

  • ("ova")


9484
9485
9486
# File 'sig/types.rbs', line 9484

def container_format
  @container_format
end

#disk_image_format"VMDK", ...

Returns the value of attribute disk_image_format.

Returns:

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


9485
9486
9487
# File 'sig/types.rbs', line 9485

def disk_image_format
  @disk_image_format
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


9486
9487
9488
# File 'sig/types.rbs', line 9486

def s3_bucket
  @s3_bucket
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


9487
9488
9489
# File 'sig/types.rbs', line 9487

def s3_key
  @s3_key
end