Class: Aws::Chime::Types::GetVoiceConnectorTerminationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetVoiceConnectorTerminationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-chime/types.rb', line 4653 class GetVoiceConnectorTerminationResponse < Struct.new( :termination) SENSITIVE = [] include Aws::Structure end |