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.
2613 2614 2615 2616 2617 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2613 class PutVoiceConnectorOriginationResponse < Struct.new( :origination) SENSITIVE = [] include Aws::Structure end |