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.
4497 4498 4499 4500 4501 |
# File 'lib/aws-sdk-chime/types.rb', line 4497 class GetVoiceConnectorTerminationResponse < Struct.new( :termination) SENSITIVE = [] include Aws::Structure end |