Class: Aws::Types::RejectPredictionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


5250
5251
5252
# File 'sig/types.rbs', line 5250

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5245
5246
5247
# File 'sig/types.rbs', line 5245

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


5246
5247
5248
# File 'sig/types.rbs', line 5246

def identifier
  @identifier
end

#reject_choices::Array[Types::RejectChoice]

Returns the value of attribute reject_choices.

Returns:



5249
5250
5251
# File 'sig/types.rbs', line 5249

def reject_choices
  @reject_choices
end

#reject_ruleTypes::RejectRule

Returns the value of attribute reject_rule.

Returns:



5248
5249
5250
# File 'sig/types.rbs', line 5248

def reject_rule
  @reject_rule
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


5247
5248
5249
# File 'sig/types.rbs', line 5247

def revision
  @revision
end