Class: Aws::Types::RuleTypeId
- Inherits:
-
Object
- Object
- Aws::Types::RuleTypeId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "Rule"
Returns the value of attribute category.
-
#owner ⇒ "AWS"
Returns the value of attribute owner.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#category ⇒ "Rule"
Returns the value of attribute category.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def category @category end |
#owner ⇒ "AWS"
Returns the value of attribute owner.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def owner @owner end |
#provider ⇒ ::String
Returns the value of attribute provider.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def provider @provider end |
#version ⇒ ::String
Returns the value of attribute version.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def version @version end |