Class: Aws::Chime::Types::DeletePhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeletePhoneNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number_id ⇒ String
The phone number ID.
Instance Attribute Details
#phone_number_id ⇒ String
The phone number ID.
782 783 784 785 786 |
# File 'lib/aws-sdk-chime/types.rb', line 782 class DeletePhoneNumberRequest < Struct.new( :phone_number_id) SENSITIVE = [] include Aws::Structure end |