Class: Aws::PinpointSMSVoiceV2::Types::ReleaseSenderIdResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ReleaseSenderIdResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
-
#message_types ⇒ Array<String>
The type of message.
-
#monthly_leasing_price ⇒ String
The monthly price, in US dollars, to lease the sender ID.
-
#registered ⇒ Boolean
True if the sender ID is registered.
-
#registration_id ⇒ String
The unique identifier for the registration.
-
#sender_id ⇒ String
The sender ID that was released.
-
#sender_id_arn ⇒ String
The Amazon Resource Name (ARN) associated with the SenderId.
Instance Attribute Details
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5535 class ReleaseSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :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.
5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5535 class ReleaseSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :registered, :registration_id) SENSITIVE = [] include Aws::Structure end |
#monthly_leasing_price ⇒ String
The monthly price, in US dollars, to lease the sender ID.
5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5535 class ReleaseSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :registered, :registration_id) SENSITIVE = [] include Aws::Structure end |
#registered ⇒ Boolean
True if the sender ID is registered.
5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5535 class ReleaseSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :registered, :registration_id) SENSITIVE = [] include Aws::Structure end |
#registration_id ⇒ String
The unique identifier for the registration.
5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5535 class ReleaseSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :registered, :registration_id) SENSITIVE = [] include Aws::Structure end |
#sender_id ⇒ String
The sender ID that was released.
5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5535 class ReleaseSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :registered, :registration_id) SENSITIVE = [] include Aws::Structure end |
#sender_id_arn ⇒ String
The Amazon Resource Name (ARN) associated with the SenderId.
5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5535 class ReleaseSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :registered, :registration_id) SENSITIVE = [] include Aws::Structure end |