Class: Aws::Types::TriggerConfig
- Inherits:
-
Object
- Object
- Aws::Types::TriggerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#trigger_events ⇒ ::Array[("DeploymentStart" | "DeploymentSuccess" | "DeploymentFailure" | "DeploymentStop" | "DeploymentRollback" | "DeploymentReady" | "InstanceStart" | "InstanceSuccess" | "InstanceFailure" | "InstanceReady")]
Returns the value of attribute trigger_events.
-
#trigger_name ⇒ ::String
Returns the value of attribute trigger_name.
-
#trigger_target_arn ⇒ ::String
Returns the value of attribute trigger_target_arn.
Instance Attribute Details
#trigger_events ⇒ ::Array[("DeploymentStart" | "DeploymentSuccess" | "DeploymentFailure" | "DeploymentStop" | "DeploymentRollback" | "DeploymentReady" | "InstanceStart" | "InstanceSuccess" | "InstanceFailure" | "InstanceReady")]
Returns the value of attribute trigger_events.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def trigger_events @trigger_events end |
#trigger_name ⇒ ::String
Returns the value of attribute trigger_name.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def trigger_name @trigger_name end |
#trigger_target_arn ⇒ ::String
Returns the value of attribute trigger_target_arn.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def trigger_target_arn @trigger_target_arn end |