Class: Aws::Types::Transcript

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#criteria::Array[Types::TranscriptCriteria]

Returns the value of attribute criteria.

Returns:



8382
8383
8384
# File 'sig/types.rbs', line 8382

def criteria
  @criteria
end

#match_type"MATCH_ALL", ...

Returns the value of attribute match_type.

Returns:

  • ("MATCH_ALL", "MATCH_ANY", "MATCH_EXACT", "MATCH_NONE")


8383
8384
8385
# File 'sig/types.rbs', line 8383

def match_type
  @match_type
end