Class: Aws::ChimeSDKVoice::Types::BatchDeletePhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::BatchDeletePhoneNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/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.
169 170 171 172 173 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 169 class BatchDeletePhoneNumberRequest < Struct.new( :phone_number_ids) SENSITIVE = [] include Aws::Structure end |