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.
4713 4714 4715 |
# File 'sig/types.rbs', line 4713 def flow @flow end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4714 4715 4716 |
# File 'sig/types.rbs', line 4714 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4715 4716 4717 |
# File 'sig/types.rbs', line 4715 def status @status end |