Class: Aws::Types::Statement

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#and_statementTypes::AndStatement

Returns the value of attribute and_statement.

Returns:



1684
1685
1686
# File 'sig/types.rbs', line 1684

def and_statement
  @and_statement
end

#asn_match_statementTypes::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_statementTypes::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_statementTypes::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_statementTypes::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_statementTypes::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_statementTypes::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_statementTypes::NotStatement

Returns the value of attribute not_statement.

Returns:



1686
1687
1688
# File 'sig/types.rbs', line 1686

def not_statement
  @not_statement
end

#or_statementTypes::OrStatement

Returns the value of attribute or_statement.

Returns:



1685
1686
1687
# File 'sig/types.rbs', line 1685

def or_statement
  @or_statement
end

#rate_based_statementTypes::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_statementTypes::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_statementTypes::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_statementTypes::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_statementTypes::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_statementTypes::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_statementTypes::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