Class: Aws::Types::StartFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def client_token @client_token end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def flow_name @flow_name end |