Class: Aws::Types::DeleteContactFlowVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteContactFlowVersionRequest
- 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.
-
#contact_flow_version ⇒ ::Integer
Returns the value of attribute contact_flow_version.
-
#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.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def contact_flow_id @contact_flow_id end |
#contact_flow_version ⇒ ::Integer
Returns the value of attribute contact_flow_version.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def contact_flow_version @contact_flow_version end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def instance_id @instance_id end |