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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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.



897
898
899
900
901
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 897

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