Class: Aws::PinpointSMSVoiceV2::Types::ReleasePhoneNumberRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#phone_number_idString

The PhoneNumberId or PhoneNumberArn of the phone number to release. You can use DescribePhoneNumbers to get the values for PhoneNumberId and PhoneNumberArn.

If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).

Returns:

  • (String)


5375
5376
5377
5378
5379
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5375

class ReleasePhoneNumberRequest < Struct.new(
  :phone_number_id)
  SENSITIVE = []
  include Aws::Structure
end