Class: Aws::ResilienceHub::Types::ListAppComponentCompliancesResponse

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

#component_compliancesArray<Types::AppComponentCompliance>

The compliances for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, compliances, costs, resiliency scores, outage scores, and more.

Returns:



2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2776

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

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2776

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