Class: Aws::Chime::Types::ListVoiceConnectorTerminationCredentialsResponse

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>

A list of user names.

Returns:

  • (Array<String>)


5935
5936
5937
5938
5939
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5935

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