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.
833 834 835 |
# File 'sig/types.rbs', line 833 def image_uri @image_uri end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
829 830 831 |
# File 'sig/types.rbs', line 829 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
830 831 832 |
# File 'sig/types.rbs', line 830 def s3_key @s3_key end |
#s3_object_storage_mode ⇒ "COPY", "REFERENCE"
Returns the value of attribute s3_object_storage_mode.
832 833 834 |
# File 'sig/types.rbs', line 832 def s3_object_storage_mode @s3_object_storage_mode end |
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
831 832 833 |
# File 'sig/types.rbs', line 831 def s3_object_version @s3_object_version end |
#source_kms_key_arn ⇒ ::String
Returns the value of attribute source_kms_key_arn.
834 835 836 |
# File 'sig/types.rbs', line 834 def source_kms_key_arn @source_kms_key_arn end |
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
828 829 830 |
# File 'sig/types.rbs', line 828 def zip_file @zip_file end |