Class: Aws::Types::EvaluationResultQualifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_name::String

Returns the value of attribute config_rule_name.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def config_rule_name
  @config_rule_name
end

#evaluation_mode"DETECTIVE", "PROACTIVE"

Returns the value of attribute evaluation_mode.

Returns:

  • ("DETECTIVE", "PROACTIVE")


1015
1016
1017
# File 'sig/types.rbs', line 1015

def evaluation_mode
  @evaluation_mode
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def resource_type
  @resource_type
end