Class: Aws::PinpointSMSVoiceV2::Types::DeleteDefaultSenderIdRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteDefaultSenderIdRequest
- 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 name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default sender ID from.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set or the configuration set Amazon Resource Name (ARN) to delete the default sender ID from. The ConfigurationSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
714 715 716 717 718 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 714 class DeleteDefaultSenderIdRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |