Class: Aws::Types::ReceiptRule
- Inherits:
-
Object
- Object
- Aws::Types::ReceiptRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::ReceiptAction]
Returns the value of attribute actions.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recipients ⇒ ::Array[::String]
Returns the value of attribute recipients.
-
#scan_enabled ⇒ Boolean
Returns the value of attribute scan_enabled.
-
#tls_policy ⇒ "Require", "Optional"
Returns the value of attribute tls_policy.
Instance Attribute Details
#actions ⇒ ::Array[Types::ReceiptAction]
Returns the value of attribute actions.
752 753 754 |
# File 'sig/types.rbs', line 752 def actions @actions end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
749 750 751 |
# File 'sig/types.rbs', line 749 def enabled @enabled end |
#name ⇒ ::String
Returns the value of attribute name.
748 749 750 |
# File 'sig/types.rbs', line 748 def name @name end |
#recipients ⇒ ::Array[::String]
Returns the value of attribute recipients.
751 752 753 |
# File 'sig/types.rbs', line 751 def recipients @recipients end |
#scan_enabled ⇒ Boolean
Returns the value of attribute scan_enabled.
753 754 755 |
# File 'sig/types.rbs', line 753 def scan_enabled @scan_enabled end |
#tls_policy ⇒ "Require", "Optional"
Returns the value of attribute tls_policy.
750 751 752 |
# File 'sig/types.rbs', line 750 def tls_policy @tls_policy end |