You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ExportTaskS3LocationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ExportTaskS3LocationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_bucket: "String", # required
  s3_prefix: "String",
}

Describes the destination for an export image task.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The destination Amazon S3 bucket.

Returns:

  • (String)

    The destination Amazon S3 bucket.

#s3_prefixString

The prefix (logical hierarchy) in the bucket.

Returns:

  • (String)

    The prefix (logical hierarchy) in the bucket.