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.
2861 2862 2863 2864 2865 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2861 class PutVoiceConnectorTerminationResponse < Struct.new( :termination) SENSITIVE = [] include Aws::Structure end |