Class: Aws::Types::DescribeFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow ⇒ Types::FlowDetail
Returns the value of attribute flow.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#flow ⇒ Types::FlowDetail
Returns the value of attribute flow.
4935 4936 4937 |
# File 'sig/types.rbs', line 4935 def flow @flow end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4936 4937 4938 |
# File 'sig/types.rbs', line 4936 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4937 4938 4939 |
# File 'sig/types.rbs', line 4937 def status @status end |