Class: Aws::Types::CreateContactFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#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.
-
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "CONTACT_FLOW", ...
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def @tags end |
#type ⇒ "CONTACT_FLOW", ...
Returns the value of attribute type.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def type @type end |