Class: Aws::RoboMaker::Types::Source
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::Source
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Information about a source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#architecture ⇒ String
The taget processor architecture for the application.
-
#etag ⇒ String
A hash of the object specified by ‘s3Bucket` and `s3Key`.
-
#s3_bucket ⇒ String
The s3 bucket name.
-
#s3_key ⇒ String
The s3 object key.
Instance Attribute Details
#architecture ⇒ String
The taget processor architecture for the application.
4930 4931 4932 4933 4934 4935 4936 4937 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4930 class Source < Struct.new( :s3_bucket, :s3_key, :etag, :architecture) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
A hash of the object specified by ‘s3Bucket` and `s3Key`.
4930 4931 4932 4933 4934 4935 4936 4937 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4930 class Source < Struct.new( :s3_bucket, :s3_key, :etag, :architecture) SENSITIVE = [] include Aws::Structure end |