Class: Aws::Signer::Types::S3Source

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

Overview

Information about the Amazon S3 bucket where you saved your unsigned code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

Name of the S3 bucket.

Returns:

  • (String)


1094
1095
1096
1097
1098
1099
1100
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1094

class S3Source < Struct.new(
  :bucket_name,
  :key,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

Key name of the bucket object that contains your unsigned code.

Returns:

  • (String)


1094
1095
1096
1097
1098
1099
1100
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1094

class S3Source < Struct.new(
  :bucket_name,
  :key,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

Version of your source image in your version enabled S3 bucket.

Returns:

  • (String)


1094
1095
1096
1097
1098
1099
1100
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1094

class S3Source < Struct.new(
  :bucket_name,
  :key,
  :version)
  SENSITIVE = []
  include Aws::Structure
end