Class: Aws::Types::CreateContactFlowModuleAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactFlowModuleAliasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_module_arn ⇒ ::String
Returns the value of attribute contact_flow_module_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#contact_flow_module_arn ⇒ ::String
Returns the value of attribute contact_flow_module_arn.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def contact_flow_module_arn @contact_flow_module_arn end |
#id ⇒ ::String
Returns the value of attribute id.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def id @id end |