Class: Aws::Types::EvaluationResult

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#annotation::String

Returns the value of attribute annotation.



999
1000
1001
# File 'sig/types.rbs', line 999

def annotation
  @annotation
end

#compliance_type"COMPLIANT", ...

Returns the value of attribute compliance_type.



996
997
998
# File 'sig/types.rbs', line 996

def compliance_type
  @compliance_type
end

#config_rule_invoked_time::Time

Returns the value of attribute config_rule_invoked_time.



998
999
1000
# File 'sig/types.rbs', line 998

def config_rule_invoked_time
  @config_rule_invoked_time
end

#evaluation_result_identifierTypes::EvaluationResultIdentifier

Returns the value of attribute evaluation_result_identifier.



995
996
997
# File 'sig/types.rbs', line 995

def evaluation_result_identifier
  @evaluation_result_identifier
end

#result_recorded_time::Time

Returns the value of attribute result_recorded_time.



997
998
999
# File 'sig/types.rbs', line 997

def result_recorded_time
  @result_recorded_time
end

#result_token::String

Returns the value of attribute result_token.



1000
1001
1002
# File 'sig/types.rbs', line 1000

def result_token
  @result_token
end