Class: Aws::Types::GetResourceEvaluationSummaryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compliance"COMPLIANT", ...

Returns the value of attribute compliance.

Returns:

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


1315
1316
1317
# File 'sig/types.rbs', line 1315

def compliance
  @compliance
end

#evaluation_contextTypes::EvaluationContext

Returns the value of attribute evaluation_context.



1316
1317
1318
# File 'sig/types.rbs', line 1316

def evaluation_context
  @evaluation_context
end

#evaluation_mode"DETECTIVE", "PROACTIVE"

Returns the value of attribute evaluation_mode.

Returns:

  • ("DETECTIVE", "PROACTIVE")


1312
1313
1314
# File 'sig/types.rbs', line 1312

def evaluation_mode
  @evaluation_mode
end

#evaluation_start_timestamp::Time

Returns the value of attribute evaluation_start_timestamp.

Returns:

  • (::Time)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def evaluation_start_timestamp
  @evaluation_start_timestamp
end

#evaluation_statusTypes::EvaluationStatus

Returns the value of attribute evaluation_status.



1313
1314
1315
# File 'sig/types.rbs', line 1313

def evaluation_status
  @evaluation_status
end

#resource_detailsTypes::ResourceDetails

Returns the value of attribute resource_details.



1317
1318
1319
# File 'sig/types.rbs', line 1317

def resource_details
  @resource_details
end

#resource_evaluation_id::String

Returns the value of attribute resource_evaluation_id.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def resource_evaluation_id
  @resource_evaluation_id
end