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
show all
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

Instance Attribute Details

#architectureString

The target processor architecture for the application.

Possible values:

  • X86_64
  • ARM64
  • ARMHF

Returns:

  • (String)

    The target processor architecture for the application.

#s3_bucketString

The Amazon S3 bucket name.

Returns:

  • (String)

    The Amazon S3 bucket name.

#s3_keyString

The s3 object key.

Returns:

  • (String)

    The s3 object key.