Class: Aws::PinpointSMSVoiceV2::Types::UpdateSenderIdResult

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

#deletion_protection_enabled ⇒ Boolean

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

Returns:

  • (Boolean)


10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 10475

class UpdateSenderIdResult < 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_code ⇒ String

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

Returns:

  • (String)


10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 10475

class UpdateSenderIdResult < 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_types ⇒ Array<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>)


10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 10475

class UpdateSenderIdResult < 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_price ⇒ String

The monthly price, in US dollars, to lease the sender ID.

Returns:

  • (String)


10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 10475

class UpdateSenderIdResult < 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

#registered ⇒ Boolean

True if the sender ID is registered..

Returns:

  • (Boolean)


10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 10475

class UpdateSenderIdResult < 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_id ⇒ String

The unique identifier for the registration.

Returns:

  • (String)


10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 10475

class UpdateSenderIdResult < 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 ⇒ String

The sender ID that was updated.

Returns:

  • (String)


10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 10475

class UpdateSenderIdResult < 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_arn ⇒ String

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

Returns:

  • (String)


10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 10475

class UpdateSenderIdResult < 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