Class: Aws::ResilienceHub::Types::ListAppAssessmentComplianceDriftsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAppAssessmentComplianceDriftsResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compliance_drifts ⇒ Array<Types::ComplianceDrift>
Indicates compliance drifts (recovery time objective (RTO) and recovery point objective (RPO)) detected for an assessed entity.
-
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
Instance Attribute Details
#compliance_drifts ⇒ Array<Types::ComplianceDrift>
Indicates compliance drifts (recovery time objective (RTO) and recovery point objective (RPO)) detected for an assessed entity.
3582 3583 3584 3585 3586 3587 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3582 class ListAppAssessmentComplianceDriftsResponse < Struct.new( :compliance_drifts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
3582 3583 3584 3585 3586 3587 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3582 class ListAppAssessmentComplianceDriftsResponse < Struct.new( :compliance_drifts, :next_token) SENSITIVE = [] include Aws::Structure end |