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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "DENY"
Returns the value of attribute type.
Instance Attribute Details
#definition ⇒ ::String
Returns the value of attribute definition.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def definition @definition end |
#examples ⇒ ::Array[::String]
Returns the value of attribute examples.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def examples @examples end |
#name ⇒ ::String
Returns the value of attribute name.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def name @name end |
#type ⇒ "DENY"
Returns the value of attribute type.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def type @type end |