Class: Aws::Types::ResourceEvaluation

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_mode"DETECTIVE", "PROACTIVE"

Returns the value of attribute evaluation_mode.

Returns:



2053
2054
2055
# File 'sig/types.rbs', line 2053

def evaluation_mode
  @evaluation_mode
end

#evaluation_start_timestamp::Time

Returns the value of attribute evaluation_start_timestamp.

Returns:



2054
2055
2056
# File 'sig/types.rbs', line 2054

def evaluation_start_timestamp
  @evaluation_start_timestamp
end

#resource_evaluation_id::String

Returns the value of attribute resource_evaluation_id.

Returns:



2052
2053
2054
# File 'sig/types.rbs', line 2052

def resource_evaluation_id
  @resource_evaluation_id
end