Class: Aws::Chime::Types::UpdatePhoneNumberSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdatePhoneNumberSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
8553 8554 8555 8556 8557 |
# File 'lib/aws-sdk-chime/types.rb', line 8553 class UpdatePhoneNumberSettingsRequest < Struct.new( :calling_name) SENSITIVE = [:calling_name] include Aws::Structure end |