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.
1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1408 class GetVoiceConnectorOriginationResponse < Struct.new( :origination) SENSITIVE = [] include Aws::Structure end |