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.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def end |
#type ⇒ "CONTACT_FLOW", ...
Returns the value of attribute type.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def type @type end |