Class: Aws::ResilienceHub::Types::ListAppAssessmentResourceDriftsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Null, or the token from a previous call to get the next set of results.

Returns:

  • (String)


3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3505

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

#resource_driftsArray<Types::ResourceDrift>

Indicates all the resource drifts detected for an assessed entity.

Returns:



3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3505

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