Class: Aws::EC2::Types::ExportTaskS3LocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ExportTaskS3LocationRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the destination for an export image task.
Constant Summary collapse
- SENSITIVE =
[]
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.
34851 34852 34853 34854 34855 34856 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34851 class ExportTaskS3LocationRequest < Struct.new( :s3_bucket, :s3_prefix) SENSITIVE = [] include Aws::Structure end |
#s3_prefix ⇒ String
The prefix (logical hierarchy) in the bucket.
34851 34852 34853 34854 34855 34856 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34851 class ExportTaskS3LocationRequest < Struct.new( :s3_bucket, :s3_prefix) SENSITIVE = [] include Aws::Structure end |