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)


103
104
105
# File 'sig/types.rbs', line 103

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])


104
105
106
# File 'sig/types.rbs', line 104

def match_value_string_list
  @match_value_string_list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


105
106
107
# File 'sig/types.rbs', line 105

def unknown
  @unknown
end