Class: Aws::Types::InsightRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_on_transformed_logsBoolean

Returns the value of attribute apply_on_transformed_logs.

Returns:

  • (Boolean)


525
526
527
# File 'sig/types.rbs', line 525

def apply_on_transformed_logs
  @apply_on_transformed_logs
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def definition
  @definition
end

#managed_ruleBoolean

Returns the value of attribute managed_rule.

Returns:

  • (Boolean)


524
525
526
# File 'sig/types.rbs', line 524

def managed_rule
  @managed_rule
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def schema
  @schema
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def state
  @state
end