You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Signer::Types::Source
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::Source
- Defined in:
- (unknown)
Overview
Note:
When passing Source as input to an Aws::Client method, you can use a vanilla Hash:
{
s3: {
bucket_name: "BucketName", # required
key: "Key", # required
version: "Version", # required
},
}
An S3Source
object that contains information about the S3 bucket where you saved your unsigned code.
Returned by:
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3Source
The
S3Source
object.
Instance Attribute Details
#s3 ⇒ Types::S3Source
The S3Source
object.