Class: Aws::PinpointSMSVoiceV2::Types::SenderIdAndCountry

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

Overview

The alphanumeric sender ID in a specific country that you want to describe. For more information on sender IDs see Requesting sender IDs for SMS messaging with Amazon Pinpoint in the Amazon Pinpoint User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iso_country_codeString

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

Returns:

  • (String)


5158
5159
5160
5161
5162
5163
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5158

class SenderIdAndCountry < Struct.new(
  :sender_id,
  :iso_country_code)
  SENSITIVE = []
  include Aws::Structure
end

#sender_idString

The unique identifier of the sender.

Returns:

  • (String)


5158
5159
5160
5161
5162
5163
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5158

class SenderIdAndCountry < Struct.new(
  :sender_id,
  :iso_country_code)
  SENSITIVE = []
  include Aws::Structure
end