Class: Aws::Chime::Types::BatchDeletePhoneNumberRequest

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

#phone_number_idsArray<String>

List of phone number IDs.

Returns:

  • (Array<String>)


808
809
810
811
812
# File 'lib/aws-sdk-chime/types.rb', line 808

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