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.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def description @description end |
#email_addresses_config ⇒ ::Array[Types::EmailAddressConfig]
Returns the value of attribute email_addresses_config.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def email_addresses_config @email_addresses_config end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def instance_id @instance_id end |
#max_contacts ⇒ ::Integer
Returns the value of attribute max_contacts.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def max_contacts @max_contacts end |
#name ⇒ ::String
Returns the value of attribute name.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def name @name end |
#outbound_caller_config ⇒ Types::OutboundCallerConfig
Returns the value of attribute outbound_caller_config.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def outbound_caller_config @outbound_caller_config end |
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def outbound_email_config @outbound_email_config end |
#quick_connect_ids ⇒ ::Array[::String]
Returns the value of attribute quick_connect_ids.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def quick_connect_ids @quick_connect_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def @tags end |