Class: Aws::Types::ModelEnforcement

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#excluded_models::Array[::String]

Returns the value of attribute excluded_models.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


3008
3009
3010
# File 'sig/types.rbs', line 3008

def included_models
  @included_models
end