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.
2874 2875 2876 2877 2878 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2874 class PutVoiceConnectorTerminationResponse < Struct.new( :termination) SENSITIVE = [] include Aws::Structure end |