Class: Aws::ConfigService::Types::ComplianceByResource

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

Overview

Indicates whether an Amazon Web Services resource that is evaluated according to one or more Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#complianceTypes::Compliance

Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.

Returns:



716
717
718
719
720
721
722
# File 'lib/aws-sdk-configservice/types.rb', line 716

class ComplianceByResource < Struct.new(
  :resource_type,
  :resource_id,
  :compliance)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the Amazon Web Services resource that was evaluated.

Returns:

  • (String)


716
717
718
719
720
721
722
# File 'lib/aws-sdk-configservice/types.rb', line 716

class ComplianceByResource < Struct.new(
  :resource_type,
  :resource_id,
  :compliance)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the Amazon Web Services resource that was evaluated.

Returns:

  • (String)


716
717
718
719
720
721
722
# File 'lib/aws-sdk-configservice/types.rb', line 716

class ComplianceByResource < Struct.new(
  :resource_type,
  :resource_id,
  :compliance)
  SENSITIVE = []
  include Aws::Structure
end