Class: Aws::Types::VoiceConnector
- Inherits:
-
Object
- Object
- Aws::Types::VoiceConnector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ "us-east-1", ...
Returns the value of attribute aws_region.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#integration_type ⇒ "CONNECT_CALL_TRANSFER_CONNECTOR", "CONNECT_ANALYTICS_CONNECTOR"
Returns the value of attribute integration_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "IPV4_ONLY", "DUAL_STACK"
Returns the value of attribute network_type.
-
#outbound_host_name ⇒ ::String
Returns the value of attribute outbound_host_name.
-
#require_encryption ⇒ Boolean
Returns the value of attribute require_encryption.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
-
#voice_connector_arn ⇒ ::String
Returns the value of attribute voice_connector_arn.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#aws_region ⇒ "us-east-1", ...
Returns the value of attribute aws_region.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def aws_region @aws_region end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def @created_timestamp end |
#integration_type ⇒ "CONNECT_CALL_TRANSFER_CONNECTOR", "CONNECT_ANALYTICS_CONNECTOR"
Returns the value of attribute integration_type.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def integration_type @integration_type end |
#name ⇒ ::String
Returns the value of attribute name.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def name @name end |
#network_type ⇒ "IPV4_ONLY", "DUAL_STACK"
Returns the value of attribute network_type.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def network_type @network_type end |
#outbound_host_name ⇒ ::String
Returns the value of attribute outbound_host_name.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def outbound_host_name @outbound_host_name end |
#require_encryption ⇒ Boolean
Returns the value of attribute require_encryption.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def require_encryption @require_encryption end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def @updated_timestamp end |
#voice_connector_arn ⇒ ::String
Returns the value of attribute voice_connector_arn.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def voice_connector_arn @voice_connector_arn end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def voice_connector_id @voice_connector_id end |