Class: Aws::Types::CreateContactFlowModuleAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactFlowModuleAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
-
#contact_flow_module_version ⇒ ::Integer
Returns the value of attribute contact_flow_module_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def alias_name @alias_name end |
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def contact_flow_module_id @contact_flow_module_id end |
#contact_flow_module_version ⇒ ::Integer
Returns the value of attribute contact_flow_module_version.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def contact_flow_module_version @contact_flow_module_version end |
#description ⇒ ::String
Returns the value of attribute description.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def instance_id @instance_id end |