Class: Aws::Types::ExternalEvaluation

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)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def annotation
  @annotation
end

#compliance_resource_id::String

Returns the value of attribute compliance_resource_id.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def compliance_resource_id
  @compliance_resource_id
end

#compliance_resource_type::String

Returns the value of attribute compliance_resource_type.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

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")


1038
1039
1040
# File 'sig/types.rbs', line 1038

def compliance_type
  @compliance_type
end

#ordering_timestamp::Time

Returns the value of attribute ordering_timestamp.

Returns:

  • (::Time)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def ordering_timestamp
  @ordering_timestamp
end