Class: Aws::Types::UpdateFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12702 12703 12704 |
# File 'sig/types.rbs', line 12702 def arn @arn end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
12703 12704 12705 |
# File 'sig/types.rbs', line 12703 def flow_id @flow_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12704 12705 12706 |
# File 'sig/types.rbs', line 12704 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12705 12706 12707 |
# File 'sig/types.rbs', line 12705 def status @status end |