Class: Aws::ChimeSDKVoice::Types::UpdatePhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdatePhoneNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:phone_number_id, :calling_name, :name]
Instance Attribute Summary collapse
-
#calling_name ⇒ String
The outbound calling name associated with the phone number.
-
#name ⇒ String
Specifies the updated name assigned to one or more phone numbers.
-
#phone_number_id ⇒ String
The phone number ID.
-
#product_type ⇒ String
The product type.
Instance Attribute Details
#calling_name ⇒ String
The outbound calling name associated with the phone number.
3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3614 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end |
#name ⇒ String
Specifies the updated name assigned to one or more phone numbers.
3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3614 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end |
#phone_number_id ⇒ String
The phone number ID.
3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3614 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end |
#product_type ⇒ String
The product type.
3614 3615 3616 3617 3618 3619 3620 3621 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3614 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end |