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.
8329 8330 8331 |
# File 'sig/types.rbs', line 8329 def contact_flow_id @contact_flow_id end |
#content ⇒ ::String
Returns the value of attribute content.
8330 8331 8332 |
# File 'sig/types.rbs', line 8330 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8328 8329 8330 |
# File 'sig/types.rbs', line 8328 def instance_id @instance_id end |