Class: Aws::ChimeSDKVoice::Types::ListVoiceConnectorTerminationCredentialsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#usernamesArray<String>

A list of user names.

Returns:

  • (Array<String>)


1851
1852
1853
1854
1855
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1851

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