Class: Aws::Types::AwsLambdaFunctionCode
- Inherits:
-
Object
- Object
- Aws::Types::AwsLambdaFunctionCode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
-
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
-
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
3108 3109 3110 |
# File 'sig/types.rbs', line 3108 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def s3_key @s3_key end |
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def s3_object_version @s3_object_version end |
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def zip_file @zip_file end |