Class: Aws::Chime::Types::BatchUpdatePhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchUpdatePhoneNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update_phone_number_request_items ⇒ Array<Types::UpdatePhoneNumberRequestItem>
The request containing the phone number IDs and product types or calling names to update.
Instance Attribute Details
#update_phone_number_request_items ⇒ Array<Types::UpdatePhoneNumberRequestItem>
The request containing the phone number IDs and product types or calling names to update.
897 898 899 900 901 |
# File 'lib/aws-sdk-chime/types.rb', line 897 class BatchUpdatePhoneNumberRequest < Struct.new( :update_phone_number_request_items) SENSITIVE = [] include Aws::Structure end |