Class: Aws::Types::GuardrailTopic
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailTopic
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#examples ⇒ ::Array[::String]
Returns the value of attribute examples.
-
#input_action ⇒ "BLOCK", "NONE"
Returns the value of attribute input_action.
-
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_action ⇒ "BLOCK", "NONE"
Returns the value of attribute output_action.
-
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
-
#type ⇒ "DENY"
Returns the value of attribute type.
Instance Attribute Details
#definition ⇒ ::String
Returns the value of attribute definition.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def definition @definition end |
#examples ⇒ ::Array[::String]
Returns the value of attribute examples.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def examples @examples end |
#input_action ⇒ "BLOCK", "NONE"
Returns the value of attribute input_action.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def input_action @input_action end |
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def input_enabled @input_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def name @name end |
#output_action ⇒ "BLOCK", "NONE"
Returns the value of attribute output_action.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def output_action @output_action end |
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def output_enabled @output_enabled end |
#type ⇒ "DENY"
Returns the value of attribute type.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def type @type end |