Class: Aws::ConfigService::Types::DescribeComplianceByResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_by_resourcesArray<Types::ComplianceByResource>

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

Returns:



2613
2614
2615
2616
2617
2618
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2613

class DescribeComplianceByResourceResponse < Struct.new(
  :compliance_by_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The string that you use in a subsequent request to get the next page of results in a paginated response.

Returns:

  • (String)


2613
2614
2615
2616
2617
2618
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2613

class DescribeComplianceByResourceResponse < Struct.new(
  :compliance_by_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end