Class: Aws::Types::AutoDetectionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


98
99
100
# File 'sig/types.rbs', line 98

def enabled
  @enabled
end

#scope"ORGANIZATION"

Returns the value of attribute scope.

Returns:

  • ("ORGANIZATION")


97
98
99
# File 'sig/types.rbs', line 97

def scope
  @scope
end