Class: Aws::ChimeSDKVoice::Types::DeletePhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::DeletePhoneNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:phone_number_id]
Instance Attribute Summary collapse
-
#phone_number_id ⇒ String
The phone number ID.
Instance Attribute Details
#phone_number_id ⇒ String
The phone number ID.
718 719 720 721 722 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 718 class DeletePhoneNumberRequest < Struct.new( :phone_number_id) SENSITIVE = [:phone_number_id] include Aws::Structure end |