Class: Aws::Types::CreateQueueRequest

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)


1674
1675
1676
# File 'sig/types.rbs', line 1674

def description
  @description
end

#email_addresses_config::Array[Types::EmailAddressConfig]

Returns the value of attribute email_addresses_config.

Returns:



1680
1681
1682
# File 'sig/types.rbs', line 1680

def email_addresses_config
  @email_addresses_config
end

#hours_of_operation_id::String

Returns the value of attribute hours_of_operation_id.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def hours_of_operation_id
  @hours_of_operation_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def instance_id
  @instance_id
end

#max_contacts::Integer

Returns the value of attribute max_contacts.

Returns:

  • (::Integer)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def max_contacts
  @max_contacts
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1673
1674
1675
# File 'sig/types.rbs', line 1673

def name
  @name
end

#outbound_caller_configTypes::OutboundCallerConfig

Returns the value of attribute outbound_caller_config.



1675
1676
1677
# File 'sig/types.rbs', line 1675

def outbound_caller_config
  @outbound_caller_config
end

#outbound_email_configTypes::OutboundEmailConfig

Returns the value of attribute outbound_email_config.



1676
1677
1678
# File 'sig/types.rbs', line 1676

def outbound_email_config
  @outbound_email_config
end

#quick_connect_ids::Array[::String]

Returns the value of attribute quick_connect_ids.

Returns:

  • (::Array[::String])


1679
1680
1681
# File 'sig/types.rbs', line 1679

def quick_connect_ids
  @quick_connect_ids
end

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

Returns the value of attribute tags.

Returns:

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


1681
1682
1683
# File 'sig/types.rbs', line 1681

def tags
  @tags
end