Class: Aws::ChimeSDKVoice::Types::UpdatePhoneNumberSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdatePhoneNumberSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:calling_name]
Instance Attribute Summary collapse
-
#calling_name ⇒ String
The default outbound calling name for the account.
Instance Attribute Details
#calling_name ⇒ String
The default outbound calling name for the account.
3543 3544 3545 3546 3547 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3543 class UpdatePhoneNumberSettingsRequest < Struct.new( :calling_name) SENSITIVE = [:calling_name] include Aws::Structure end |