Class: Aws::Types::ListResourceEvaluationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def next_token
  @next_token
end

#resource_evaluations::Array[Types::ResourceEvaluation]

Returns the value of attribute resource_evaluations.

Returns:



1473
1474
1475
# File 'sig/types.rbs', line 1473

def resource_evaluations
  @resource_evaluations
end