Class: Aws::MailManager::Types::CreateRuleSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateRuleSetResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_set_id ⇒ String
The identifier of the created rule set.
Instance Attribute Details
#rule_set_id ⇒ String
The identifier of the created rule set.
664 665 666 667 668 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 664 class CreateRuleSetResponse < Struct.new( :rule_set_id) SENSITIVE = [] include Aws::Structure end |