Class: Aws::MailManager::Types::GetRuleSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetRuleSetRequest
- 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 to be retrieved.
Instance Attribute Details
#rule_set_id ⇒ String
The identifier of an existing rule set to be retrieved.
1520 1521 1522 1523 1524 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1520 class GetRuleSetRequest < Struct.new( :rule_set_id) SENSITIVE = [] include Aws::Structure end |