Class: Aws::Chime::Types::DeleteVoiceConnectorTerminationCredentialsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#usernamesArray<String>

The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.

Returns:

  • (Array<String>)


3096
3097
3098
3099
3100
3101
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3096

class DeleteVoiceConnectorTerminationCredentialsRequest < Struct.new(
  :voice_connector_id,
  :usernames)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_idString

The Amazon Chime Voice Connector ID.

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3096

class DeleteVoiceConnectorTerminationCredentialsRequest < Struct.new(
  :voice_connector_id,
  :usernames)
  SENSITIVE = []
  include Aws::Structure
end