Class: Aws::Types::UpdateContactFlowModuleContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactFlowModuleContentRequest
- 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.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#settings ⇒ ::String
Returns the value of attribute settings.
Instance Attribute Details
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
8787 8788 8789 |
# File 'sig/types.rbs', line 8787 def contact_flow_module_id @contact_flow_module_id end |
#content ⇒ ::String
Returns the value of attribute content.
8788 8789 8790 |
# File 'sig/types.rbs', line 8788 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8786 8787 8788 |
# File 'sig/types.rbs', line 8786 def instance_id @instance_id end |
#settings ⇒ ::String
Returns the value of attribute settings.
8789 8790 8791 |
# File 'sig/types.rbs', line 8789 def settings @settings end |