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

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

Overview

Information about a source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The taget processor architecture for the application.

Returns:

  • (String)


4929
4930
4931
4932
4933
4934
4935
4936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4929

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

#etagString

A hash of the object specified by s3Bucket and s3Key.

Returns:

  • (String)


4929
4930
4931
4932
4933
4934
4935
4936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4929

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

#s3_bucketString

The s3 bucket name.

Returns:

  • (String)


4929
4930
4931
4932
4933
4934
4935
4936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4929

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

#s3_keyString

The s3 object key.

Returns:

  • (String)


4929
4930
4931
4932
4933
4934
4935
4936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4929

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