Class: Aws::RoboMaker::Types::SourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::SourceConfig
- 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
-
#architecture ⇒ String
The target processor architecture for the application.
-
#s3_bucket ⇒ String
The Amazon S3 bucket name.
-
#s3_key ⇒ String
The s3 object key.
Instance Attribute Details
#architecture ⇒ String
The target processor architecture for the application.
4955 4956 4957 4958 4959 4960 4961 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4955 class SourceConfig < Struct.new( :s3_bucket, :s3_key, :architecture) SENSITIVE = [] include Aws::Structure end |
#s3_bucket ⇒ String
The Amazon S3 bucket name.
4955 4956 4957 4958 4959 4960 4961 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4955 class SourceConfig < Struct.new( :s3_bucket, :s3_key, :architecture) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The s3 object key.
4955 4956 4957 4958 4959 4960 4961 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4955 class SourceConfig < Struct.new( :s3_bucket, :s3_key, :architecture) SENSITIVE = [] include Aws::Structure end |