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.
6243 6244 6245 |
# File 'sig/types.rbs', line 6243 def description @description end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
6246 6247 6248 |
# File 'sig/types.rbs', line 6246 def hours_of_operation_id @hours_of_operation_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
6251 6252 6253 |
# File 'sig/types.rbs', line 6251 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6250 6251 6252 |
# File 'sig/types.rbs', line 6250 def last_modified_time @last_modified_time end |
#max_contacts ⇒ ::Integer
Returns the value of attribute max_contacts.
6247 6248 6249 |
# File 'sig/types.rbs', line 6247 def max_contacts @max_contacts end |
#name ⇒ ::String
Returns the value of attribute name.
6240 6241 6242 |
# File 'sig/types.rbs', line 6240 def name @name end |
#outbound_caller_config ⇒ Types::OutboundCallerConfig
Returns the value of attribute outbound_caller_config.
6244 6245 6246 |
# File 'sig/types.rbs', line 6244 def outbound_caller_config @outbound_caller_config end |
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
6245 6246 6247 |
# File 'sig/types.rbs', line 6245 def outbound_email_config @outbound_email_config end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
6241 6242 6243 |
# File 'sig/types.rbs', line 6241 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
6242 6243 6244 |
# File 'sig/types.rbs', line 6242 def queue_id @queue_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6248 6249 6250 |
# File 'sig/types.rbs', line 6248 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
6249 6250 6251 |
# File 'sig/types.rbs', line 6249 def @tags end |