Class: Aws::Chime::Types::UpdatePhoneNumberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdatePhoneNumberResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number ⇒ Types::PhoneNumber
The updated phone number details.
Instance Attribute Details
#phone_number ⇒ Types::PhoneNumber
The updated phone number details.
8541 8542 8543 8544 8545 |
# File 'lib/aws-sdk-chime/types.rb', line 8541 class UpdatePhoneNumberResponse < Struct.new( :phone_number) SENSITIVE = [] include Aws::Structure end |