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)


3094
3095
3096
3097
3098
3099
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3094

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:



3094
3095
3096
3097
3098
3099
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3094

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