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.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def arn @arn end |
#contact_flow_state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute contact_flow_state.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def contact_flow_state @contact_flow_state end |
#contact_flow_status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute contact_flow_status.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def contact_flow_status @contact_flow_status end |
#contact_flow_type ⇒ "CONTACT_FLOW", ...
Returns the value of attribute contact_flow_type.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def contact_flow_type @contact_flow_type end |
#id ⇒ ::String
Returns the value of attribute id.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def name @name end |