Class: Aws::Chime::Types::UpdateVoiceConnectorGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#voice_connector_groupTypes::VoiceConnectorGroup

The updated Amazon Chime Voice Connector group details.



8904
8905
8906
8907
8908
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8904

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