Class: Aws::Types::CreateContactFlowVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactFlowVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_arn ⇒ ::String
Returns the value of attribute contact_flow_arn.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#contact_flow_arn ⇒ ::String
Returns the value of attribute contact_flow_arn.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def contact_flow_arn @contact_flow_arn end |
#version ⇒ ::Integer
Returns the value of attribute version.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def version @version end |