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.
6496 6497 6498 |
# File 'sig/types.rbs', line 6496 def description @description end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
6499 6500 6501 |
# File 'sig/types.rbs', line 6499 def hours_of_operation_id @hours_of_operation_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
6504 6505 6506 |
# File 'sig/types.rbs', line 6504 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6503 6504 6505 |
# File 'sig/types.rbs', line 6503 def last_modified_time @last_modified_time end |
#max_contacts ⇒ ::Integer
Returns the value of attribute max_contacts.
6500 6501 6502 |
# File 'sig/types.rbs', line 6500 def max_contacts @max_contacts end |
#name ⇒ ::String
Returns the value of attribute name.
6493 6494 6495 |
# File 'sig/types.rbs', line 6493 def name @name end |
#outbound_caller_config ⇒ Types::OutboundCallerConfig
Returns the value of attribute outbound_caller_config.
6497 6498 6499 |
# File 'sig/types.rbs', line 6497 def outbound_caller_config @outbound_caller_config end |
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
6498 6499 6500 |
# File 'sig/types.rbs', line 6498 def outbound_email_config @outbound_email_config end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
6494 6495 6496 |
# File 'sig/types.rbs', line 6494 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
6495 6496 6497 |
# File 'sig/types.rbs', line 6495 def queue_id @queue_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6501 6502 6503 |
# File 'sig/types.rbs', line 6501 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
6502 6503 6504 |
# File 'sig/types.rbs', line 6502 def @tags end |