Class: Aws::Types::PutVoiceConnectorTerminationCredentialsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credentials::Array[Types::Credential]

Returns the value of attribute credentials.

Returns:



951
952
953
# File 'sig/types.rbs', line 951

def credentials
  @credentials
end

#voice_connector_id::String

Returns the value of attribute voice_connector_id.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def voice_connector_id
  @voice_connector_id
end