Class: Aws::Types::ContactFlowSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContactFlowSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#contact_flow_state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute contact_flow_state.
-
#contact_flow_status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute contact_flow_status.
-
#contact_flow_type ⇒ "CONTACT_FLOW", ...
Returns the value of attribute contact_flow_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def arn @arn end |
#contact_flow_state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute contact_flow_state.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def contact_flow_state @contact_flow_state end |
#contact_flow_status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute contact_flow_status.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def contact_flow_status @contact_flow_status end |
#contact_flow_type ⇒ "CONTACT_FLOW", ...
Returns the value of attribute contact_flow_type.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def contact_flow_type @contact_flow_type end |
#id ⇒ ::String
Returns the value of attribute id.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def name @name end |