Class: Aws::Chime::Types::ListVoiceConnectorTerminationCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListVoiceConnectorTerminationCredentialsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#usernames ⇒ Array<String>
A list of user names.
Instance Attribute Details
#usernames ⇒ Array<String>
A list of user names.
5780 5781 5782 5783 5784 |
# File 'lib/aws-sdk-chime/types.rb', line 5780 class ListVoiceConnectorTerminationCredentialsResponse < Struct.new( :usernames) SENSITIVE = [] include Aws::Structure end |