Class: Aws::ConfigService::Types::ListResourceEvaluationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


5238
5239
5240
5241
5242
5243
# File 'lib/aws-sdk-configservice/types.rb', line 5238

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

#resource_evaluationsArray<Types::ResourceEvaluation>

Returns a ‘ResourceEvaluations` object.

Returns:



5238
5239
5240
5241
5242
5243
# File 'lib/aws-sdk-configservice/types.rb', line 5238

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