Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorOriginationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceConnectorOriginationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#origination ⇒ Types::Origination
The origination setting details.
Instance Attribute Details
#origination ⇒ Types::Origination
The origination setting details.
1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1316 class GetVoiceConnectorOriginationResponse < Struct.new( :origination) SENSITIVE = [] include Aws::Structure end |