Class: Aws::ConfigService::Types::ExternalEvaluation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotationString

Supplementary information about the reason of compliance. For example, this task was completed on a specific date.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
3808
3809
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3801

class ExternalEvaluation < Struct.new(
  :compliance_resource_type,
  :compliance_resource_id,
  :compliance_type,
  :annotation,
  :ordering_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#compliance_resource_idString

The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
3808
3809
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3801

class ExternalEvaluation < Struct.new(
  :compliance_resource_type,
  :compliance_resource_id,
  :compliance_type,
  :annotation,
  :ordering_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#compliance_resource_typeString

The evaluated compliance resource type. Config accepts AWS::::Account resource type.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
3808
3809
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3801

class ExternalEvaluation < Struct.new(
  :compliance_resource_type,
  :compliance_resource_id,
  :compliance_type,
  :annotation,
  :ordering_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#compliance_typeString

The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
3808
3809
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3801

class ExternalEvaluation < Struct.new(
  :compliance_resource_type,
  :compliance_resource_id,
  :compliance_type,
  :annotation,
  :ordering_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#ordering_timestampTime

The time when the compliance was recorded.

Returns:

  • (Time)


3801
3802
3803
3804
3805
3806
3807
3808
3809
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3801

class ExternalEvaluation < Struct.new(
  :compliance_resource_type,
  :compliance_resource_id,
  :compliance_type,
  :annotation,
  :ordering_timestamp)
  SENSITIVE = []
  include Aws::Structure
end