Class: Aws::Types::CreateContactFlowModuleVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactFlowModuleVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_module_arn ⇒ ::String
Returns the value of attribute contact_flow_module_arn.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#contact_flow_module_arn ⇒ ::String
Returns the value of attribute contact_flow_module_arn.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def contact_flow_module_arn @contact_flow_module_arn end |
#version ⇒ ::Integer
Returns the value of attribute version.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def version @version end |