Class: Aws::Types::MatchGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#match_id::String

Returns the value of attribute match_id.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def match_id
  @match_id
end

#match_rule::String

Returns the value of attribute match_rule.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def match_rule
  @match_rule
end

#records::Array[Types::MatchedRecord]

Returns the value of attribute records.

Returns:



643
644
645
# File 'sig/types.rbs', line 643

def records
  @records
end