Class: Aws::Types::CreateFlowVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
533 534 535 |
# File 'sig/types.rbs', line 533 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
532 533 534 |
# File 'sig/types.rbs', line 532 def description @description end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
531 532 533 |
# File 'sig/types.rbs', line 531 def flow_identifier @flow_identifier end |