Class: Aws::Types::ClaimMatchValueType

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

Defined Under Namespace

Classes: MatchValueString, MatchValueStringList, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#match_value_string::String

Returns the value of attribute match_value_string.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def match_value_string
  @match_value_string
end

#match_value_string_list::Array[::String]

Returns the value of attribute match_value_string_list.

Returns:

  • (::Array[::String])


66
67
68
# File 'sig/types.rbs', line 66

def match_value_string_list
  @match_value_string_list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


67
68
69
# File 'sig/types.rbs', line 67

def unknown
  @unknown
end