Class: Aws::Types::UpdateContactFlowContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactFlowContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8499 8500 8501 |
# File 'sig/types.rbs', line 8499 def contact_flow_id @contact_flow_id end |
#content ⇒ ::String
Returns the value of attribute content.
8500 8501 8502 |
# File 'sig/types.rbs', line 8500 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8498 8499 8500 |
# File 'sig/types.rbs', line 8498 def instance_id @instance_id end |