You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::OutputLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::OutputLocation
- Defined in:
- (unknown)
Overview
Note:
When passing OutputLocation as input to an Aws::Client method, you can use a vanilla Hash:
{
s3_bucket: "S3Bucket",
s3_prefix: "S3Key",
}
The output location.
Returned by:
- CreateSimulationJobRequest#output_location
- CreateSimulationJobResponse#output_location
- CreateWorldExportJobRequest#output_location
- CreateWorldExportJobResponse#output_location
- DescribeSimulationJobResponse#output_location
- DescribeWorldExportJobResponse#output_location
- SimulationJob#output_location
- SimulationJobRequest#output_location
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The S3 bucket for output.
-
#s3_prefix ⇒ String
The S3 folder in the
s3Bucket
where output files will be placed.
Instance Attribute Details
#s3_bucket ⇒ String
The S3 bucket for output.
#s3_prefix ⇒ String
The S3 folder in the s3Bucket
where output files will be placed.