Class: Aws::Types::CreateFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowResponse
- 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.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def arn @arn end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def flow_id @flow_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def status @status end |