Class: Aws::Types::CaseRuleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_rule_arn ⇒ ::String

Returns the value of attribute case_rule_arn.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def case_rule_arn
  @case_rule_arn
end

#case_rule_id ⇒ ::String

Returns the value of attribute case_rule_id.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def case_rule_id
  @case_rule_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def name
  @name
end

#rule_type ⇒ "Required", ...

Returns the value of attribute rule_type.

Returns:

  • ("Required", "Hidden", "FieldOptions")


193
194
195
# File 'sig/types.rbs', line 193

def rule_type
  @rule_type
end