Class: Aws::Signer::Types::Source

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-signer/types.rb

Overview

An ‘S3Source` object that contains information about the S3 bucket where you saved your unsigned code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3Types::S3Source

The ‘S3Source` object.

Returns:



1595
1596
1597
1598
1599
# File 'lib/aws-sdk-signer/types.rb', line 1595

class Source < Struct.new(
  :s3)
  SENSITIVE = []
  include Aws::Structure
end