Class: Aws::Types::CreateContactFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactFlowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_flow_arn ⇒ ::String
Returns the value of attribute contact_flow_arn.
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#flow_content_sha_256 ⇒ ::String
Returns the value of attribute flow_content_sha_256.
Instance Attribute Details
#contact_flow_arn ⇒ ::String
Returns the value of attribute contact_flow_arn.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def contact_flow_arn @contact_flow_arn end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def contact_flow_id @contact_flow_id end |
#flow_content_sha_256 ⇒ ::String
Returns the value of attribute flow_content_sha_256.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def flow_content_sha_256 @flow_content_sha_256 end |