Class: Aws::Types::CaseRuleDetails
- Inherits:
-
Object
- Object
- Aws::Types::CaseRuleDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: FieldOptions, Hidden, Required, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_options ⇒ Types::FieldOptionsCaseRule
Returns the value of attribute field_options.
-
#hidden ⇒ Types::HiddenCaseRule
Returns the value of attribute hidden.
-
#required ⇒ Types::RequiredCaseRule
Returns the value of attribute required.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#field_options ⇒ Types::FieldOptionsCaseRule
Returns the value of attribute field_options.
162 163 164 |
# File 'sig/types.rbs', line 162 def @field_options end |
#hidden ⇒ Types::HiddenCaseRule
Returns the value of attribute hidden.
163 164 165 |
# File 'sig/types.rbs', line 163 def hidden @hidden end |
#required ⇒ Types::RequiredCaseRule
Returns the value of attribute required.
161 162 163 |
# File 'sig/types.rbs', line 161 def required @required end |
#unknown ⇒ Object
Returns the value of attribute unknown.
164 165 166 |
# File 'sig/types.rbs', line 164 def unknown @unknown end |