Class: Aws::MailManager::Types::DeleteRuleSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::DeleteRuleSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_set_id ⇒ String
The identifier of an existing rule set resource to delete.
Instance Attribute Details
#rule_set_id ⇒ String
The identifier of an existing rule set resource to delete.
823 824 825 826 827 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 823 class DeleteRuleSetRequest < Struct.new( :rule_set_id) SENSITIVE = [] include Aws::Structure end |