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.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def alias_id @alias_id end |
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def contact_flow_module_id @contact_flow_module_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def instance_id @instance_id end |