Class: Aws::Types::FunctionCodeLocation
- Inherits:
-
Object
- Object
- Aws::Types::FunctionCodeLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::FunctionCodeLocationError
Returns the value of attribute error.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#repository_type ⇒ ::String
Returns the value of attribute repository_type.
-
#resolved_image_uri ⇒ ::String
Returns the value of attribute resolved_image_uri.
-
#resolved_s3_object ⇒ Types::ResolvedS3Object
Returns the value of attribute resolved_s3_object.
-
#source_kms_key_arn ⇒ ::String
Returns the value of attribute source_kms_key_arn.
Instance Attribute Details
#error ⇒ Types::FunctionCodeLocationError
Returns the value of attribute error.
838 839 840 |
# File 'sig/types.rbs', line 838 def error @error end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
834 835 836 |
# File 'sig/types.rbs', line 834 def image_uri @image_uri end |
#location ⇒ ::String
Returns the value of attribute location.
833 834 835 |
# File 'sig/types.rbs', line 833 def location @location end |
#repository_type ⇒ ::String
Returns the value of attribute repository_type.
832 833 834 |
# File 'sig/types.rbs', line 832 def repository_type @repository_type end |
#resolved_image_uri ⇒ ::String
Returns the value of attribute resolved_image_uri.
835 836 837 |
# File 'sig/types.rbs', line 835 def resolved_image_uri @resolved_image_uri end |
#resolved_s3_object ⇒ Types::ResolvedS3Object
Returns the value of attribute resolved_s3_object.
836 837 838 |
# File 'sig/types.rbs', line 836 def resolved_s3_object @resolved_s3_object end |
#source_kms_key_arn ⇒ ::String
Returns the value of attribute source_kms_key_arn.
837 838 839 |
# File 'sig/types.rbs', line 837 def source_kms_key_arn @source_kms_key_arn end |