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

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

Overview

Indicates whether an AWS resource that is evaluated according to one or more AWS 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 AWS resource complies with all of the AWS Config rules that evaluated it.

Returns:



750
751
752
753
754
755
756
# File 'lib/aws-sdk-configservice/types.rb', line 750

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

#resource_idString

The ID of the AWS resource that was evaluated.

Returns:

  • (String)


750
751
752
753
754
755
756
# File 'lib/aws-sdk-configservice/types.rb', line 750

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

#resource_typeString

The type of the AWS resource that was evaluated.

Returns:

  • (String)


750
751
752
753
754
755
756
# File 'lib/aws-sdk-configservice/types.rb', line 750

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