Class: Aws::Types::Queue

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6402
6403
6404
# File 'sig/types.rbs', line 6402

def description
  @description
end

#hours_of_operation_id::String

Returns the value of attribute hours_of_operation_id.

Returns:

  • (::String)


6405
6406
6407
# File 'sig/types.rbs', line 6405

def hours_of_operation_id
  @hours_of_operation_id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


6410
6411
6412
# File 'sig/types.rbs', line 6410

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6409
6410
6411
# File 'sig/types.rbs', line 6409

def last_modified_time
  @last_modified_time
end

#max_contacts::Integer

Returns the value of attribute max_contacts.

Returns:

  • (::Integer)


6406
6407
6408
# File 'sig/types.rbs', line 6406

def max_contacts
  @max_contacts
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6399
6400
6401
# File 'sig/types.rbs', line 6399

def name
  @name
end

#outbound_caller_configTypes::OutboundCallerConfig

Returns the value of attribute outbound_caller_config.



6403
6404
6405
# File 'sig/types.rbs', line 6403

def outbound_caller_config
  @outbound_caller_config
end

#outbound_email_configTypes::OutboundEmailConfig

Returns the value of attribute outbound_email_config.



6404
6405
6406
# File 'sig/types.rbs', line 6404

def outbound_email_config
  @outbound_email_config
end

#queue_arn::String

Returns the value of attribute queue_arn.

Returns:

  • (::String)


6400
6401
6402
# File 'sig/types.rbs', line 6400

def queue_arn
  @queue_arn
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


6401
6402
6403
# File 'sig/types.rbs', line 6401

def queue_id
  @queue_id
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


6407
6408
6409
# File 'sig/types.rbs', line 6407

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


6408
6409
6410
# File 'sig/types.rbs', line 6408

def tags
  @tags
end