Class: Aws::Types::DescribeContactFlowModuleAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContactFlowModuleAliasRequest
- 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.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def alias_id @alias_id end |
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def contact_flow_module_id @contact_flow_module_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def instance_id @instance_id end |