Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorTerminationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorTerminationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#termination ⇒ Types::Termination
The updated termination settings.
Instance Attribute Details
#termination ⇒ Types::Termination
The updated termination settings.
2733 2734 2735 2736 2737 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2733 class PutVoiceConnectorTerminationResponse < Struct.new( :termination) SENSITIVE = [] include Aws::Structure end |