Class: Aws::ResilienceHub::Types::ListAppComponentCompliancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAppComponentCompliancesResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_compliances ⇒ Array<Types::AppComponentCompliance>
The compliances for an AWS Resilience Hub application component, returned as an object.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
Instance Attribute Details
#component_compliances ⇒ Array<Types::AppComponentCompliance>
The compliances for an AWS Resilience Hub application component, returned as an object. This object contains component names, compliances, costs, resiliency scores, outage scores, and more.
1760 1761 1762 1763 1764 1765 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1760 class ListAppComponentCompliancesResponse < Struct.new( :component_compliances, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
1760 1761 1762 1763 1764 1765 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1760 class ListAppComponentCompliancesResponse < Struct.new( :component_compliances, :next_token) SENSITIVE = [] include Aws::Structure end |