Class: Aws::Types::AggregateEvaluationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def 
  @account_id
end

#annotation::String

Returns the value of attribute annotation.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def annotation
  @annotation
end

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def aws_region
  @aws_region
end

#compliance_type"COMPLIANT", ...

Returns the value of attribute compliance_type.

Returns:

  • ("COMPLIANT", "NON_COMPLIANT", "NOT_APPLICABLE", "INSUFFICIENT_DATA")


76
77
78
# File 'sig/types.rbs', line 76

def compliance_type
  @compliance_type
end

#config_rule_invoked_time::Time

Returns the value of attribute config_rule_invoked_time.

Returns:

  • (::Time)


78
79
80
# File 'sig/types.rbs', line 78

def config_rule_invoked_time
  @config_rule_invoked_time
end

#evaluation_result_identifierTypes::EvaluationResultIdentifier

Returns the value of attribute evaluation_result_identifier.



75
76
77
# File 'sig/types.rbs', line 75

def evaluation_result_identifier
  @evaluation_result_identifier
end

#result_recorded_time::Time

Returns the value of attribute result_recorded_time.

Returns:

  • (::Time)


77
78
79
# File 'sig/types.rbs', line 77

def result_recorded_time
  @result_recorded_time
end