Class: Aws::PinpointSMSVoiceV2::Types::CreateVerifiedDestinationNumberRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1092

class CreateVerifiedDestinationNumberRequest < Struct.new(
  :destination_phone_number,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#destination_phone_numberString

The verified destination phone number, in E.164 format.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1092

class CreateVerifiedDestinationNumberRequest < Struct.new(
  :destination_phone_number,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of tags (key and value pairs) to associate with the destination number.

Returns:



1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1092

class CreateVerifiedDestinationNumberRequest < Struct.new(
  :destination_phone_number,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end