Class: Aws::PinpointSMSVoiceV2::Types::UpdateSenderIdRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::UpdateSenderIdRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_protection_enabled ⇒ Boolean
By default this is set to false.
-
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
-
#sender_id ⇒ String
The sender ID to update.
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.
7458 7459 7460 7461 7462 7463 7464 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7458 class UpdateSenderIdRequest < Struct.new( :sender_id, :iso_country_code, :deletion_protection_enabled) 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.
7458 7459 7460 7461 7462 7463 7464 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7458 class UpdateSenderIdRequest < Struct.new( :sender_id, :iso_country_code, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#sender_id ⇒ String
The sender ID to update.
7458 7459 7460 7461 7462 7463 7464 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7458 class UpdateSenderIdRequest < Struct.new( :sender_id, :iso_country_code, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end |