Class: Aws::Types::DescribeEvaluationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eq::String

Returns the value of attribute eq.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def eq
  @eq
end

#filter_variable"CreatedAt", ...

Returns the value of attribute filter_variable.

Returns:

  • ("CreatedAt", "LastUpdatedAt", "Status", "Name", "IAMUser", "MLModelId", "DataSourceId", "DataURI")


268
269
270
# File 'sig/types.rbs', line 268

def filter_variable
  @filter_variable
end

#ge::String

Returns the value of attribute ge.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def ge
  @ge
end

#gt::String

Returns the value of attribute gt.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def gt
  @gt
end

#le::String

Returns the value of attribute le.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def le
  @le
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


278
279
280
# File 'sig/types.rbs', line 278

def limit
  @limit
end

#lt::String

Returns the value of attribute lt.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def lt
  @lt
end

#ne::String

Returns the value of attribute ne.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def ne
  @ne
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def next_token
  @next_token
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def prefix
  @prefix
end

#sort_order"asc", "dsc"

Returns the value of attribute sort_order.

Returns:

  • ("asc", "dsc")


276
277
278
# File 'sig/types.rbs', line 276

def sort_order
  @sort_order
end