Class: Aws::Types::RuleConfigurationProperty
- Inherits:
-
Object
- Object
- Aws::Types::RuleConfigurationProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#key ⇒ Boolean
Returns the value of attribute key.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#queryable ⇒ Boolean
Returns the value of attribute queryable.
-
#required ⇒ Boolean
Returns the value of attribute required.
-
#secret ⇒ Boolean
Returns the value of attribute secret.
-
#type ⇒ "String", ...
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def description @description end |
#key ⇒ Boolean
Returns the value of attribute key.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def key @key end |
#name ⇒ ::String
Returns the value of attribute name.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def name @name end |
#queryable ⇒ Boolean
Returns the value of attribute queryable.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def queryable @queryable end |
#required ⇒ Boolean
Returns the value of attribute required.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def required @required end |
#secret ⇒ Boolean
Returns the value of attribute secret.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def secret @secret end |
#type ⇒ "String", ...
Returns the value of attribute type.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def type @type end |