Class: Aws::Types::CreateQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#email_addresses_config ⇒ ::Array[Types::EmailAddressConfig]
Returns the value of attribute email_addresses_config.
-
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_contacts ⇒ ::Integer
Returns the value of attribute max_contacts.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outbound_caller_config ⇒ Types::OutboundCallerConfig
Returns the value of attribute outbound_caller_config.
-
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
-
#quick_connect_ids ⇒ ::Array[::String]
Returns the value of attribute quick_connect_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def description @description end |
#email_addresses_config ⇒ ::Array[Types::EmailAddressConfig]
Returns the value of attribute email_addresses_config.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def email_addresses_config @email_addresses_config end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def instance_id @instance_id end |
#max_contacts ⇒ ::Integer
Returns the value of attribute max_contacts.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def max_contacts @max_contacts end |
#name ⇒ ::String
Returns the value of attribute name.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def name @name end |
#outbound_caller_config ⇒ Types::OutboundCallerConfig
Returns the value of attribute outbound_caller_config.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def outbound_caller_config @outbound_caller_config end |
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def outbound_email_config @outbound_email_config end |
#quick_connect_ids ⇒ ::Array[::String]
Returns the value of attribute quick_connect_ids.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def quick_connect_ids @quick_connect_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def @tags end |