Class: Aws::Types::UpdateContactFlowModuleMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactFlowModuleMetadataRequest
- 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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state.
Instance Attribute Details
#contact_flow_module_id ⇒ ::String
Returns the value of attribute contact_flow_module_id.
8545 8546 8547 |
# File 'sig/types.rbs', line 8545 def contact_flow_module_id @contact_flow_module_id end |
#description ⇒ ::String
Returns the value of attribute description.
8547 8548 8549 |
# File 'sig/types.rbs', line 8547 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8544 8545 8546 |
# File 'sig/types.rbs', line 8544 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8546 8547 8548 |
# File 'sig/types.rbs', line 8546 def name @name end |
#state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state.
8548 8549 8550 |
# File 'sig/types.rbs', line 8548 def state @state end |