You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::Source

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a source.

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The taget processor architecture for the application.

Possible values:

  • X86_64
  • ARM64
  • ARMHF

Returns:

  • (String)

    The taget processor architecture for the application.

#etagString

A hash of the object specified by s3Bucket and s3Key.

Returns:

  • (String)

    A hash of the object specified by s3Bucket and s3Key.

#s3_bucketString

The s3 bucket name.

Returns:

  • (String)

    The s3 bucket name.

#s3_keyString

The s3 object key.

Returns:

  • (String)

    The s3 object key.