Class: Aws::Types::VoiceConnector

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")


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.

Returns:

  • (::Time)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def created_timestamp
  @created_timestamp
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")


1334
1335
1336
# File 'sig/types.rbs', line 1334

def integration_type
  @integration_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • ("IPV4_ONLY", "DUAL_STACK")


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.

Returns:

  • (::String)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def outbound_host_name
  @outbound_host_name
end

#require_encryptionBoolean

Returns the value of attribute require_encryption.

Returns:

  • (Boolean)


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.

Returns:

  • (::Time)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def updated_timestamp
  @updated_timestamp
end

#voice_connector_arn::String

Returns the value of attribute voice_connector_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def voice_connector_id
  @voice_connector_id
end