Class: Aws::Types::CreateReceiptRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateReceiptRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after ⇒ ::String
Returns the value of attribute after.
-
#rule ⇒ Types::ReceiptRule
Returns the value of attribute rule.
-
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
Instance Attribute Details
#after ⇒ ::String
Returns the value of attribute after.
166 167 168 |
# File 'sig/types.rbs', line 166 def after @after end |
#rule ⇒ Types::ReceiptRule
Returns the value of attribute rule.
167 168 169 |
# File 'sig/types.rbs', line 167 def rule @rule end |
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
165 166 167 |
# File 'sig/types.rbs', line 165 def rule_set_name @rule_set_name end |