Class: Aws::Types::CreateVoiceConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVoiceConnectorRequest
- 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.
-
#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.
-
#require_encryption ⇒ Boolean
Returns the value of attribute require_encryption.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aws_region ⇒ "us-east-1", ...
Returns the value of attribute aws_region.
180 181 182 |
# File 'sig/types.rbs', line 180 def aws_region @aws_region end |
#integration_type ⇒ "CONNECT_CALL_TRANSFER_CONNECTOR", "CONNECT_ANALYTICS_CONNECTOR"
Returns the value of attribute integration_type.
183 184 185 |
# File 'sig/types.rbs', line 183 def integration_type @integration_type end |
#name ⇒ ::String
Returns the value of attribute name.
179 180 181 |
# File 'sig/types.rbs', line 179 def name @name end |
#network_type ⇒ "IPV4_ONLY", "DUAL_STACK"
Returns the value of attribute network_type.
184 185 186 |
# File 'sig/types.rbs', line 184 def network_type @network_type end |
#require_encryption ⇒ Boolean
Returns the value of attribute require_encryption.
181 182 183 |
# File 'sig/types.rbs', line 181 def require_encryption @require_encryption end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
182 183 184 |
# File 'sig/types.rbs', line 182 def @tags end |