Class: Aws::RoboMaker::Types::SourceConfig

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

Overview

Information about a source configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The target processor architecture for the application.

Returns:

  • (String)


4954
4955
4956
4957
4958
4959
4960
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4954

class SourceConfig < Struct.new(
  :s3_bucket,
  :s3_key,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucketString

The Amazon S3 bucket name.

Returns:

  • (String)


4954
4955
4956
4957
4958
4959
4960
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4954

class SourceConfig < Struct.new(
  :s3_bucket,
  :s3_key,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#s3_keyString

The s3 object key.

Returns:

  • (String)


4954
4955
4956
4957
4958
4959
4960
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4954

class SourceConfig < Struct.new(
  :s3_bucket,
  :s3_key,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end