Class: Aws::Chime::Types::Proxy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Proxy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The proxy configuration for an Amazon Chime Voice Connector.
Constant Summary collapse
- SENSITIVE =
[:fall_back_phone_number]
Instance Attribute Summary collapse
-
#default_session_expiry_minutes ⇒ Integer
The default number of minutes allowed for proxy sessions.
-
#disabled ⇒ Boolean
When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.
-
#fall_back_phone_number ⇒ String
The phone number to route calls to after a proxy session expires.
-
#phone_number_countries ⇒ Array<String>
The countries for proxy phone numbers to be selected from.
Instance Attribute Details
#default_session_expiry_minutes ⇒ Integer
The default number of minutes allowed for proxy sessions.
6672 6673 6674 6675 6676 6677 6678 6679 |
# File 'lib/aws-sdk-chime/types.rb', line 6672 class Proxy < Struct.new( :default_session_expiry_minutes, :disabled, :fall_back_phone_number, :phone_number_countries) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |
#disabled ⇒ Boolean
When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.
6672 6673 6674 6675 6676 6677 6678 6679 |
# File 'lib/aws-sdk-chime/types.rb', line 6672 class Proxy < Struct.new( :default_session_expiry_minutes, :disabled, :fall_back_phone_number, :phone_number_countries) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |
#fall_back_phone_number ⇒ String
The phone number to route calls to after a proxy session expires.
6672 6673 6674 6675 6676 6677 6678 6679 |
# File 'lib/aws-sdk-chime/types.rb', line 6672 class Proxy < Struct.new( :default_session_expiry_minutes, :disabled, :fall_back_phone_number, :phone_number_countries) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |
#phone_number_countries ⇒ Array<String>
The countries for proxy phone numbers to be selected from.
6672 6673 6674 6675 6676 6677 6678 6679 |
# File 'lib/aws-sdk-chime/types.rb', line 6672 class Proxy < Struct.new( :default_session_expiry_minutes, :disabled, :fall_back_phone_number, :phone_number_countries) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |