Class: Aws::Types::CreateVoiceConnectorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_region"us-east-1", ...

Returns the value of attribute aws_region.

Returns:

  • ("us-east-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "ap-northeast-2", "ap-northeast-1", "ap-southeast-1", "ap-southeast-2")


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.

Returns:

  • ("CONNECT_CALL_TRANSFER_CONNECTOR", "CONNECT_ANALYTICS_CONNECTOR")


183
184
185
# File 'sig/types.rbs', line 183

def integration_type
  @integration_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • ("IPV4_ONLY", "DUAL_STACK")


184
185
186
# File 'sig/types.rbs', line 184

def network_type
  @network_type
end

#require_encryptionBoolean

Returns the value of attribute require_encryption.

Returns:

  • (Boolean)


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.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def tags
  @tags
end