Class: Aws::Chime::Types::BatchUpdatePhoneNumberRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#update_phone_number_request_itemsArray<Types::UpdatePhoneNumberRequestItem>

The request containing the phone number IDs and product types or calling names to update.



340
341
342
343
344
# File 'lib/aws-sdk-chime/types.rb', line 340

class BatchUpdatePhoneNumberRequest < Struct.new(
  :update_phone_number_request_items)
  SENSITIVE = []
  include Aws::Structure
end