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
- Struct
- Aws::EC2::Types::ExportTaskS3LocationRequest
- 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
-
#s3_bucket ⇒ String
The destination Amazon S3 bucket.
-
#s3_prefix ⇒ String
The prefix (logical hierarchy) in the bucket.
Instance Attribute Details
#s3_bucket ⇒ String
The destination Amazon S3 bucket.
#s3_prefix ⇒ String
The prefix (logical hierarchy) in the bucket.