You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::SourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::SourceConfig
- Defined in:
- (unknown)
Overview
Note:
When passing SourceConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
s3_bucket: "S3Bucket",
s3_key: "S3Key",
architecture: "X86_64", # accepts X86_64, ARM64, ARMHF
}
Information about a source configuration.
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.
Possible values:
- X86_64
- ARM64
- ARMHF
#s3_bucket ⇒ String
The Amazon S3 bucket name.
#s3_key ⇒ String
The s3 object key.