Class: Aws::PinpointSMSVoiceV2::Types::ReleasePhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ReleasePhoneNumberRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number_id ⇒ String
The PhoneNumberId or PhoneNumberArn of the phone number to release.
Instance Attribute Details
#phone_number_id ⇒ String
The PhoneNumberId or PhoneNumberArn of the phone number to release. You can use DescribePhoneNumbers to get the values for PhoneNumberId and PhoneNumberArn.
2325 2326 2327 2328 2329 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2325 class ReleasePhoneNumberRequest < Struct.new( :phone_number_id) SENSITIVE = [] include Aws::Structure end |