Class: Aws::PinpointSMSVoiceV2::Types::SenderIdInformation

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

Overview

The information for all SenderIds in an Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_enabledBoolean

By default this is set to false. When set to true the sender ID can't be deleted.

Returns:

  • (Boolean)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5225

class SenderIdInformation < Struct.new(
  :sender_id_arn,
  :sender_id,
  :iso_country_code,
  :message_types,
  :monthly_leasing_price,
  :deletion_protection_enabled,
  :registered,
  :registration_id)
  SENSITIVE = []
  include Aws::Structure
end

#iso_country_codeString

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

Returns:

  • (String)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5225

class SenderIdInformation < Struct.new(
  :sender_id_arn,
  :sender_id,
  :iso_country_code,
  :message_types,
  :monthly_leasing_price,
  :deletion_protection_enabled,
  :registered,
  :registration_id)
  SENSITIVE = []
  include Aws::Structure
end

#message_typesArray<String>

The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.

Returns:

  • (Array<String>)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5225

class SenderIdInformation < Struct.new(
  :sender_id_arn,
  :sender_id,
  :iso_country_code,
  :message_types,
  :monthly_leasing_price,
  :deletion_protection_enabled,
  :registered,
  :registration_id)
  SENSITIVE = []
  include Aws::Structure
end

#monthly_leasing_priceString

The monthly leasing price, in US dollars.

Returns:

  • (String)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5225

class SenderIdInformation < Struct.new(
  :sender_id_arn,
  :sender_id,
  :iso_country_code,
  :message_types,
  :monthly_leasing_price,
  :deletion_protection_enabled,
  :registered,
  :registration_id)
  SENSITIVE = []
  include Aws::Structure
end

#registeredBoolean

True if the sender ID is registered.

Returns:

  • (Boolean)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5225

class SenderIdInformation < Struct.new(
  :sender_id_arn,
  :sender_id,
  :iso_country_code,
  :message_types,
  :monthly_leasing_price,
  :deletion_protection_enabled,
  :registered,
  :registration_id)
  SENSITIVE = []
  include Aws::Structure
end

#registration_idString

The unique identifier for the registration.

Returns:

  • (String)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5225

class SenderIdInformation < Struct.new(
  :sender_id_arn,
  :sender_id,
  :iso_country_code,
  :message_types,
  :monthly_leasing_price,
  :deletion_protection_enabled,
  :registered,
  :registration_id)
  SENSITIVE = []
  include Aws::Structure
end

#sender_idString

The alphanumeric sender ID in a specific country that you'd like to describe.

Returns:

  • (String)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5225

class SenderIdInformation < Struct.new(
  :sender_id_arn,
  :sender_id,
  :iso_country_code,
  :message_types,
  :monthly_leasing_price,
  :deletion_protection_enabled,
  :registered,
  :registration_id)
  SENSITIVE = []
  include Aws::Structure
end

#sender_id_arnString

The Amazon Resource Name (ARN) associated with the SenderId.

Returns:

  • (String)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5225

class SenderIdInformation < Struct.new(
  :sender_id_arn,
  :sender_id,
  :iso_country_code,
  :message_types,
  :monthly_leasing_price,
  :deletion_protection_enabled,
  :registered,
  :registration_id)
  SENSITIVE = []
  include Aws::Structure
end