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.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def contact_flow_arn @contact_flow_arn end |
#version ⇒ ::Integer
Returns the value of attribute version.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def version @version end |