Class: Aws::Types::FunctionCode
- Inherits:
-
Object
- Object
- Aws::Types::FunctionCode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
-
#s3_object_storage_mode ⇒ "COPY", "REFERENCE"
Returns the value of attribute s3_object_storage_mode.
-
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
-
#source_kms_key_arn ⇒ ::String
Returns the value of attribute source_kms_key_arn.
-
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
Instance Attribute Details
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
826 827 828 |
# File 'sig/types.rbs', line 826 def image_uri @image_uri end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
822 823 824 |
# File 'sig/types.rbs', line 822 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
823 824 825 |
# File 'sig/types.rbs', line 823 def s3_key @s3_key end |
#s3_object_storage_mode ⇒ "COPY", "REFERENCE"
Returns the value of attribute s3_object_storage_mode.
825 826 827 |
# File 'sig/types.rbs', line 825 def s3_object_storage_mode @s3_object_storage_mode end |
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
824 825 826 |
# File 'sig/types.rbs', line 824 def s3_object_version @s3_object_version end |
#source_kms_key_arn ⇒ ::String
Returns the value of attribute source_kms_key_arn.
827 828 829 |
# File 'sig/types.rbs', line 827 def source_kms_key_arn @source_kms_key_arn end |
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
821 822 823 |
# File 'sig/types.rbs', line 821 def zip_file @zip_file end |