Class: Aws::Types::AcceptPredictionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_choices::Array[Types::AcceptChoice]

Returns the value of attribute accept_choices.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def accept_choices
  @accept_choices
end

#accept_ruleTypes::AcceptRule

Returns the value of attribute accept_rule.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def identifier
  @identifier
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def revision
  @revision
end