Class: Aws::Types::Evaluation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation::String

Returns the value of attribute annotation.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def annotation
  @annotation
end

#compliance_resource_id::String

Returns the value of attribute compliance_resource_id.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def compliance_resource_id
  @compliance_resource_id
end

#compliance_resource_type::String

Returns the value of attribute compliance_resource_type.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def compliance_resource_type
  @compliance_resource_type
end

#compliance_type"COMPLIANT", ...

Returns the value of attribute compliance_type.

Returns:

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


978
979
980
# File 'sig/types.rbs', line 978

def compliance_type
  @compliance_type
end

#ordering_timestamp::Time

Returns the value of attribute ordering_timestamp.

Returns:

  • (::Time)


980
981
982
# File 'sig/types.rbs', line 980

def ordering_timestamp
  @ordering_timestamp
end