Class: Aws::Types::GuardrailTopic
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailTopic
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "BLOCKED"
Returns the value of attribute action.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "DENY"
Returns the value of attribute type.
Instance Attribute Details
#action ⇒ "BLOCKED"
Returns the value of attribute action.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def action @action end |
#name ⇒ ::String
Returns the value of attribute name.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def name @name end |
#type ⇒ "DENY"
Returns the value of attribute type.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def type @type end |