Class: Aws::Types::DeleteContactFlowModuleVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteContactFlowModuleVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
-
#contact_flow_module_version ⇒ ::Integer
Returns the value of attribute contact_flow_module_version.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def contact_flow_module_id @contact_flow_module_id end |
#contact_flow_module_version ⇒ ::Integer
Returns the value of attribute contact_flow_module_version.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def contact_flow_module_version @contact_flow_module_version end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def instance_id @instance_id end |