Class: Aws::PinpointSMSVoiceV2::Types::SetDefaultSenderIdRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SetDefaultSenderIdRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The configuration set to updated with a new default SenderId.
-
#sender_id ⇒ String
The current sender ID for the configuration set.
Instance Attribute Details
#configuration_set_name ⇒ String
The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
8056 8057 8058 8059 8060 8061 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8056 class SetDefaultSenderIdRequest < Struct.new( :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end |
#sender_id ⇒ String
The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.
8056 8057 8058 8059 8060 8061 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8056 class SetDefaultSenderIdRequest < Struct.new( :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end |