Class: Aws::Types::Matcher

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

Defined Under Namespace

Classes: HttpCode, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#http_code::String

Returns the value of attribute http_code.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def http_code
  @http_code
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def unknown
  @unknown
end