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.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def alias_id @alias_id end |
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def contact_flow_module_id @contact_flow_module_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def instance_id @instance_id end |