Class: Aws::Types::GuardrailTopicConfig
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailTopicConfig
- 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.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def definition @definition end |
#examples ⇒ ::Array[::String]
Returns the value of attribute examples.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def examples @examples end |
#input_action ⇒ "BLOCK", "NONE"
Returns the value of attribute input_action.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def input_action @input_action end |
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def input_enabled @input_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def name @name end |
#output_action ⇒ "BLOCK", "NONE"
Returns the value of attribute output_action.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def output_action @output_action end |
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def output_enabled @output_enabled end |
#type ⇒ "DENY"
Returns the value of attribute type.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def type @type end |