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.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def alias_id @alias_id end |
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def contact_flow_module_id @contact_flow_module_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def instance_id @instance_id end |