Class: Aws::RoboMaker::Types::OutputLocation

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

Overview

The output location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The S3 bucket for output.

Returns:

  • (String)


3956
3957
3958
3959
3960
3961
# File 'lib/aws-sdk-robomaker/types.rb', line 3956

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

#s3_prefixString

The S3 folder in the ‘s3Bucket` where output files will be placed.

Returns:

  • (String)


3956
3957
3958
3959
3960
3961
# File 'lib/aws-sdk-robomaker/types.rb', line 3956

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