Class: Aws::Types::DeleteContactFlowModuleAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteContactFlowModuleAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
-
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def alias_id @alias_id end |
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def contact_flow_module_id @contact_flow_module_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def instance_id @instance_id end |