Class: Aws::Types::NotifyResourceDeploymentStatusChangeInput
- Inherits:
-
Object
- Object
- Aws::Types::NotifyResourceDeploymentStatusChangeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def deployment_id @deployment_id end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def outputs @outputs end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def resource_arn @resource_arn end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def @status_message end |