Class: Aws::Types::PutInsightRuleInput

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)


942
943
944
# File 'sig/types.rbs', line 942

def apply_on_transformed_logs
  @apply_on_transformed_logs
end

#rule_definition::String

Returns the value of attribute rule_definition.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def rule_definition
  @rule_definition
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def rule_name
  @rule_name
end

#rule_state::String

Returns the value of attribute rule_state.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def rule_state
  @rule_state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



941
942
943
# File 'sig/types.rbs', line 941

def tags
  @tags
end