Class: Aws::PinpointSMSVoiceV2::Types::DeleteDefaultMessageTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteDefaultMessageTypeRequest
- Includes:
- Structure
- Defined in:
- 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 message type 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 message type from. The ConfigurationSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
1276 1277 1278 1279 1280 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1276 class DeleteDefaultMessageTypeRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |