Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorOriginationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorOriginationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#origination ⇒ Types::Origination
The updated origination settings.
Instance Attribute Details
#origination ⇒ Types::Origination
The updated origination settings.
2741 2742 2743 2744 2745 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2741 class PutVoiceConnectorOriginationResponse < Struct.new( :origination) SENSITIVE = [] include Aws::Structure end |