Class: Aws::Lambda::Types::ResolvedS3Object
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ResolvedS3Object
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Details about the resolved Amazon S3 object that contains a function's deployment package.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The Amazon S3 bucket that contains the deployment package.
-
#s3_key ⇒ String
The Amazon S3 key of the deployment package.
-
#s3_object_version ⇒ String
The version of the deployment package object.
Instance Attribute Details
#s3_bucket ⇒ String
The Amazon S3 bucket that contains the deployment package.
8411 8412 8413 8414 8415 8416 8417 |
# File 'lib/aws-sdk-lambda/types.rb', line 8411 class ResolvedS3Object < Struct.new( :s3_bucket, :s3_key, :s3_object_version) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The Amazon S3 key of the deployment package.
8411 8412 8413 8414 8415 8416 8417 |
# File 'lib/aws-sdk-lambda/types.rb', line 8411 class ResolvedS3Object < Struct.new( :s3_bucket, :s3_key, :s3_object_version) SENSITIVE = [] include Aws::Structure end |
#s3_object_version ⇒ String
The version of the deployment package object.
8411 8412 8413 8414 8415 8416 8417 |
# File 'lib/aws-sdk-lambda/types.rb', line 8411 class ResolvedS3Object < Struct.new( :s3_bucket, :s3_key, :s3_object_version) SENSITIVE = [] include Aws::Structure end |