Class: Aws::Types::RuleCondition
- Inherits:
-
Object
- Object
- Aws::Types::RuleCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field ⇒ ::String
Returns the value of attribute field.
-
#host_header_config ⇒ Types::HostHeaderConditionConfig
Returns the value of attribute host_header_config.
-
#http_header_config ⇒ Types::HttpHeaderConditionConfig
Returns the value of attribute http_header_config.
-
#http_request_method_config ⇒ Types::HttpRequestMethodConditionConfig
Returns the value of attribute http_request_method_config.
-
#path_pattern_config ⇒ Types::PathPatternConditionConfig
Returns the value of attribute path_pattern_config.
-
#query_string_config ⇒ Types::QueryStringConditionConfig
Returns the value of attribute query_string_config.
-
#regex_values ⇒ ::Array[::String]
Returns the value of attribute regex_values.
-
#source_ip_config ⇒ Types::SourceIpConditionConfig
Returns the value of attribute source_ip_config.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#field ⇒ ::String
Returns the value of attribute field.
969 970 971 |
# File 'sig/types.rbs', line 969 def field @field end |
#host_header_config ⇒ Types::HostHeaderConditionConfig
Returns the value of attribute host_header_config.
971 972 973 |
# File 'sig/types.rbs', line 971 def host_header_config @host_header_config end |
#http_header_config ⇒ Types::HttpHeaderConditionConfig
Returns the value of attribute http_header_config.
973 974 975 |
# File 'sig/types.rbs', line 973 def http_header_config @http_header_config end |
#http_request_method_config ⇒ Types::HttpRequestMethodConditionConfig
Returns the value of attribute http_request_method_config.
975 976 977 |
# File 'sig/types.rbs', line 975 def http_request_method_config @http_request_method_config end |
#path_pattern_config ⇒ Types::PathPatternConditionConfig
Returns the value of attribute path_pattern_config.
972 973 974 |
# File 'sig/types.rbs', line 972 def path_pattern_config @path_pattern_config end |
#query_string_config ⇒ Types::QueryStringConditionConfig
Returns the value of attribute query_string_config.
974 975 976 |
# File 'sig/types.rbs', line 974 def query_string_config @query_string_config end |
#regex_values ⇒ ::Array[::String]
Returns the value of attribute regex_values.
977 978 979 |
# File 'sig/types.rbs', line 977 def regex_values @regex_values end |
#source_ip_config ⇒ Types::SourceIpConditionConfig
Returns the value of attribute source_ip_config.
976 977 978 |
# File 'sig/types.rbs', line 976 def source_ip_config @source_ip_config end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
970 971 972 |
# File 'sig/types.rbs', line 970 def values @values end |