Class: Aws::Chime::Types::PutVoiceConnectorOriginationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#originationTypes::Origination

The updated origination setting details.

Returns:


6839
6840
6841
6842
6843
# File 'lib/aws-sdk-chime/types.rb', line 6839

class PutVoiceConnectorOriginationResponse < Struct.new(
  :origination)
  SENSITIVE = []
  include Aws::Structure
end