Class: Aws::Types::AcceptPredictionsInput
- Inherits:
-
Object
- Object
- Aws::Types::AcceptPredictionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_choices ⇒ ::Array[Types::AcceptChoice]
Returns the value of attribute accept_choices.
-
#accept_rule ⇒ Types::AcceptRule
Returns the value of attribute accept_rule.
-
#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.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#accept_choices ⇒ ::Array[Types::AcceptChoice]
Returns the value of attribute accept_choices.
23 24 25 |
# File 'sig/types.rbs', line 23 def accept_choices @accept_choices end |
#accept_rule ⇒ Types::AcceptRule
Returns the value of attribute accept_rule.
22 23 24 |
# File 'sig/types.rbs', line 22 def accept_rule @accept_rule end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
24 25 26 |
# File 'sig/types.rbs', line 24 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
19 20 21 |
# File 'sig/types.rbs', line 19 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
20 21 22 |
# File 'sig/types.rbs', line 20 def identifier @identifier end |
#revision ⇒ ::String
Returns the value of attribute revision.
21 22 23 |
# File 'sig/types.rbs', line 21 def revision @revision end |