Class: Aws::Chime::Types::PutVoiceConnectorTerminationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PutVoiceConnectorTerminationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#termination ⇒ Types::Termination
The updated termination setting details.
Instance Attribute Details
#termination ⇒ Types::Termination
The updated termination setting details.
7125 7126 7127 7128 7129 |
# File 'lib/aws-sdk-chime/types.rb', line 7125 class PutVoiceConnectorTerminationResponse < Struct.new( :termination) SENSITIVE = [] include Aws::Structure end |