Class: Aws::Types::ModelEnforcement
- Inherits:
-
Object
- Object
- Aws::Types::ModelEnforcement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excluded_models ⇒ ::Array[::String]
Returns the value of attribute excluded_models.
-
#included_models ⇒ ::Array[::String]
Returns the value of attribute included_models.
Instance Attribute Details
#excluded_models ⇒ ::Array[::String]
Returns the value of attribute excluded_models.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def excluded_models @excluded_models end |
#included_models ⇒ ::Array[::String]
Returns the value of attribute included_models.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def included_models @included_models end |