Class: Aws::Types::RejectPredictionsInput
- Inherits:
-
Object
- Object
- Aws::Types::RejectPredictionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#reject_choices ⇒ ::Array[Types::RejectChoice]
Returns the value of attribute reject_choices.
-
#reject_rule ⇒ Types::RejectRule
Returns the value of attribute reject_rule.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
5245 5246 5247 |
# File 'sig/types.rbs', line 5245 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
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.
5249 5250 5251 |
# File 'sig/types.rbs', line 5249 def reject_choices @reject_choices end |
#reject_rule ⇒ Types::RejectRule
Returns the value of attribute reject_rule.
5248 5249 5250 |
# File 'sig/types.rbs', line 5248 def reject_rule @reject_rule end |
#revision ⇒ ::String
Returns the value of attribute revision.
5247 5248 5249 |
# File 'sig/types.rbs', line 5247 def revision @revision end |