Class: Aws::Chime::Types::GetVoiceConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetVoiceConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector ⇒ Types::VoiceConnector
The Amazon Chime Voice Connector details.
Instance Attribute Details
#voice_connector ⇒ Types::VoiceConnector
The Amazon Chime Voice Connector details.
4581 4582 4583 4584 4585 |
# File 'lib/aws-sdk-chime/types.rb', line 4581 class GetVoiceConnectorResponse < Struct.new( :voice_connector) SENSITIVE = [] include Aws::Structure end |