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.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def @tags end |
#type ⇒ "CONTACT_FLOW", ...
Returns the value of attribute type.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def type @type end |