Class: Aws::PinpointSMSVoiceV2::Types::DeleteDefaultSenderIdRequest

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

#configuration_set_nameString

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.

Returns:

  • (String)


1781
1782
1783
1784
1785
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1781

class DeleteDefaultSenderIdRequest < Struct.new(
  :configuration_set_name)
  SENSITIVE = []
  include Aws::Structure
end