Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorTerminationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceConnectorTerminationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#termination ⇒ Types::Termination
The termination setting details.
Instance Attribute Details
#termination ⇒ Types::Termination
The termination setting details.
1436 1437 1438 1439 1440 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1436 class GetVoiceConnectorTerminationResponse < Struct.new( :termination) SENSITIVE = [] include Aws::Structure end |