Class: Aws::RoboMaker::Types::OutputLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::OutputLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
The output location.
Constant Summary collapse
- SENSITIVE =
[]
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.
3951 3952 3953 3954 3955 3956 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3951 class OutputLocation < Struct.new( :s3_bucket, :s3_prefix) SENSITIVE = [] include Aws::Structure end |
#s3_prefix ⇒ String
The S3 folder in the ‘s3Bucket` where output files will be placed.
3951 3952 3953 3954 3955 3956 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3951 class OutputLocation < Struct.new( :s3_bucket, :s3_prefix) SENSITIVE = [] include Aws::Structure end |