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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the destination for an export image task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The destination Amazon S3 bucket.

Returns:

  • (String)


32378
32379
32380
32381
32382
32383
# File 'lib/aws-sdk-ec2/types.rb', line 32378

class ExportTaskS3LocationRequest < Struct.new(
  :s3_bucket,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_prefixString

The prefix (logical hierarchy) in the bucket.

Returns:

  • (String)


32378
32379
32380
32381
32382
32383
# File 'lib/aws-sdk-ec2/types.rb', line 32378

class ExportTaskS3LocationRequest < Struct.new(
  :s3_bucket,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end