Class: Aws::Types::CreateContactFlowModuleVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactFlowModuleVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flow_module_content_sha_256 ⇒ ::String
Returns the value of attribute flow_module_content_sha_256.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def contact_flow_module_id @contact_flow_module_id end |
#description ⇒ ::String
Returns the value of attribute description.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def description @description end |
#flow_module_content_sha_256 ⇒ ::String
Returns the value of attribute flow_module_content_sha_256.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def flow_module_content_sha_256 @flow_module_content_sha_256 end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def instance_id @instance_id end |