Class: Aws::Types::Statement
- Inherits:
-
Object
- Object
- Aws::Types::Statement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_statement ⇒ Types::AndStatement
Returns the value of attribute and_statement.
-
#asn_match_statement ⇒ Types::AsnMatchStatement
Returns the value of attribute asn_match_statement.
-
#byte_match_statement ⇒ Types::ByteMatchStatement
Returns the value of attribute byte_match_statement.
-
#geo_match_statement ⇒ Types::GeoMatchStatement
Returns the value of attribute geo_match_statement.
-
#ip_set_reference_statement ⇒ Types::IPSetReferenceStatement
Returns the value of attribute ip_set_reference_statement.
-
#label_match_statement ⇒ Types::LabelMatchStatement
Returns the value of attribute label_match_statement.
-
#managed_rule_group_statement ⇒ Types::ManagedRuleGroupStatement
Returns the value of attribute managed_rule_group_statement.
-
#not_statement ⇒ Types::NotStatement
Returns the value of attribute not_statement.
-
#or_statement ⇒ Types::OrStatement
Returns the value of attribute or_statement.
-
#rate_based_statement ⇒ Types::RateBasedStatement
Returns the value of attribute rate_based_statement.
-
#regex_match_statement ⇒ Types::RegexMatchStatement
Returns the value of attribute regex_match_statement.
-
#regex_pattern_set_reference_statement ⇒ Types::RegexPatternSetReferenceStatement
Returns the value of attribute regex_pattern_set_reference_statement.
-
#rule_group_reference_statement ⇒ Types::RuleGroupReferenceStatement
Returns the value of attribute rule_group_reference_statement.
-
#size_constraint_statement ⇒ Types::SizeConstraintStatement
Returns the value of attribute size_constraint_statement.
-
#sqli_match_statement ⇒ Types::SqliMatchStatement
Returns the value of attribute sqli_match_statement.
-
#xss_match_statement ⇒ Types::XssMatchStatement
Returns the value of attribute xss_match_statement.
Instance Attribute Details
#and_statement ⇒ Types::AndStatement
Returns the value of attribute and_statement.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def and_statement @and_statement end |
#asn_match_statement ⇒ Types::AsnMatchStatement
Returns the value of attribute asn_match_statement.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def asn_match_statement @asn_match_statement end |
#byte_match_statement ⇒ Types::ByteMatchStatement
Returns the value of attribute byte_match_statement.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def byte_match_statement @byte_match_statement end |
#geo_match_statement ⇒ Types::GeoMatchStatement
Returns the value of attribute geo_match_statement.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def geo_match_statement @geo_match_statement end |
#ip_set_reference_statement ⇒ Types::IPSetReferenceStatement
Returns the value of attribute ip_set_reference_statement.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def ip_set_reference_statement @ip_set_reference_statement end |
#label_match_statement ⇒ Types::LabelMatchStatement
Returns the value of attribute label_match_statement.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def label_match_statement @label_match_statement end |
#managed_rule_group_statement ⇒ Types::ManagedRuleGroupStatement
Returns the value of attribute managed_rule_group_statement.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def managed_rule_group_statement @managed_rule_group_statement end |
#not_statement ⇒ Types::NotStatement
Returns the value of attribute not_statement.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def not_statement @not_statement end |
#or_statement ⇒ Types::OrStatement
Returns the value of attribute or_statement.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def or_statement @or_statement end |
#rate_based_statement ⇒ Types::RateBasedStatement
Returns the value of attribute rate_based_statement.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def rate_based_statement @rate_based_statement end |
#regex_match_statement ⇒ Types::RegexMatchStatement
Returns the value of attribute regex_match_statement.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def regex_match_statement @regex_match_statement end |
#regex_pattern_set_reference_statement ⇒ Types::RegexPatternSetReferenceStatement
Returns the value of attribute regex_pattern_set_reference_statement.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def regex_pattern_set_reference_statement @regex_pattern_set_reference_statement end |
#rule_group_reference_statement ⇒ Types::RuleGroupReferenceStatement
Returns the value of attribute rule_group_reference_statement.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def rule_group_reference_statement @rule_group_reference_statement end |
#size_constraint_statement ⇒ Types::SizeConstraintStatement
Returns the value of attribute size_constraint_statement.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def size_constraint_statement @size_constraint_statement end |
#sqli_match_statement ⇒ Types::SqliMatchStatement
Returns the value of attribute sqli_match_statement.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def sqli_match_statement @sqli_match_statement end |
#xss_match_statement ⇒ Types::XssMatchStatement
Returns the value of attribute xss_match_statement.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def xss_match_statement @xss_match_statement end |