Class: Aws::Types::RuleCondition

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_configTypes::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_configTypes::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_configTypes::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_configTypes::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_configTypes::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_configTypes::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