Class: Aws::PinpointEmail::Types::DeleteConfigurationSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::DeleteConfigurationSetRequest
- Defined in:
- gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb
Overview
A request to delete a configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set that you want to delete.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set that you want to delete.
516 517 518 519 520 |
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 516 class DeleteConfigurationSetRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |