Class: Aws::Chime::Types::DeleteVoiceConnectorTerminationCredentialsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteVoiceConnectorTerminationCredentialsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:usernames]
Instance Attribute Summary collapse
-
#usernames ⇒ Array<String>
The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.
-
#voice_connector_id ⇒ String
The Amazon Chime Voice Connector ID.
Instance Attribute Details
#usernames ⇒ Array<String>
The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.
3096 3097 3098 3099 3100 3101 |
# File 'lib/aws-sdk-chime/types.rb', line 3096 class DeleteVoiceConnectorTerminationCredentialsRequest < Struct.new( :voice_connector_id, :usernames) SENSITIVE = [:usernames] include Aws::Structure end |
#voice_connector_id ⇒ String
The Amazon Chime Voice Connector ID.
3096 3097 3098 3099 3100 3101 |
# File 'lib/aws-sdk-chime/types.rb', line 3096 class DeleteVoiceConnectorTerminationCredentialsRequest < Struct.new( :voice_connector_id, :usernames) SENSITIVE = [:usernames] include Aws::Structure end |