Class: Aws::Types::Queue
- Inherits:
-
Object
- Object
- Aws::Types::Queue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
-
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
6600 6601 6602 |
# File 'sig/types.rbs', line 6600 def description @description end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
6603 6604 6605 |
# File 'sig/types.rbs', line 6603 def hours_of_operation_id @hours_of_operation_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
6608 6609 6610 |
# File 'sig/types.rbs', line 6608 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6607 6608 6609 |
# File 'sig/types.rbs', line 6607 def last_modified_time @last_modified_time end |
#max_contacts ⇒ ::Integer
Returns the value of attribute max_contacts.
6604 6605 6606 |
# File 'sig/types.rbs', line 6604 def max_contacts @max_contacts end |
#name ⇒ ::String
Returns the value of attribute name.
6597 6598 6599 |
# File 'sig/types.rbs', line 6597 def name @name end |
#outbound_caller_config ⇒ Types::OutboundCallerConfig
Returns the value of attribute outbound_caller_config.
6601 6602 6603 |
# File 'sig/types.rbs', line 6601 def outbound_caller_config @outbound_caller_config end |
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
6602 6603 6604 |
# File 'sig/types.rbs', line 6602 def outbound_email_config @outbound_email_config end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
6598 6599 6600 |
# File 'sig/types.rbs', line 6598 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
6599 6600 6601 |
# File 'sig/types.rbs', line 6599 def queue_id @queue_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6605 6606 6607 |
# File 'sig/types.rbs', line 6605 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
6606 6607 6608 |
# File 'sig/types.rbs', line 6606 def end |