Class: Aws::Types::ExportToS3TaskSpecification

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")


9600
9601
9602
# File 'sig/types.rbs', line 9600

def container_format
  @container_format
end

#disk_image_format"VMDK", ...

Returns the value of attribute disk_image_format.

Returns:

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


9599
9600
9601
# File 'sig/types.rbs', line 9599

def disk_image_format
  @disk_image_format
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


9601
9602
9603
# File 'sig/types.rbs', line 9601

def s3_bucket
  @s3_bucket
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


9602
9603
9604
# File 'sig/types.rbs', line 9602

def s3_prefix
  @s3_prefix
end