Class: Aws::Chime::Types::UserSettings

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

Overview

Settings associated with an Amazon Chime user, including inbound and outbound calling and text messaging.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#telephonyTypes::TelephonySettings

The telephony settings associated with the user.



2973
2974
2975
2976
2977
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2973

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