Class: Aws::Types::SingleSelectQuestionRuleCategoryAutomation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


7966
7967
7968
# File 'sig/types.rbs', line 7966

def category
  @category
end

#condition"PRESENT", "NOT_PRESENT"

Returns the value of attribute condition.

Returns:

  • ("PRESENT", "NOT_PRESENT")


7967
7968
7969
# File 'sig/types.rbs', line 7967

def condition
  @condition
end

#option_ref_id::String

Returns the value of attribute option_ref_id.

Returns:

  • (::String)


7968
7969
7970
# File 'sig/types.rbs', line 7968

def option_ref_id
  @option_ref_id
end