Class: Aws::Chime::Types::BatchDeletePhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchDeletePhoneNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number_ids ⇒ Array<String>
List of phone number IDs.
Instance Attribute Details
#phone_number_ids ⇒ Array<String>
List of phone number IDs.
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 |