Class: Aws::Types::LambdaTarget
- Inherits:
-
Object
- Object
- Aws::Types::LambdaTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#lambda_function_info ⇒ Types::LambdaFunctionInfo
Returns the value of attribute lambda_function_info.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#lifecycle_events ⇒ ::Array[Types::LifecycleEvent]
Returns the value of attribute lifecycle_events.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
890 891 892 |
# File 'sig/types.rbs', line 890 def deployment_id @deployment_id end |
#lambda_function_info ⇒ Types::LambdaFunctionInfo
Returns the value of attribute lambda_function_info.
896 897 898 |
# File 'sig/types.rbs', line 896 def lambda_function_info @lambda_function_info end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
894 895 896 |
# File 'sig/types.rbs', line 894 def last_updated_at @last_updated_at end |
#lifecycle_events ⇒ ::Array[Types::LifecycleEvent]
Returns the value of attribute lifecycle_events.
895 896 897 |
# File 'sig/types.rbs', line 895 def lifecycle_events @lifecycle_events end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
893 894 895 |
# File 'sig/types.rbs', line 893 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
892 893 894 |
# File 'sig/types.rbs', line 892 def target_arn @target_arn end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
891 892 893 |
# File 'sig/types.rbs', line 891 def target_id @target_id end |