Class: Aws::ResilienceHub::Types::ListAppAssessmentResourceDriftsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAppAssessmentResourceDriftsResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
-
#resource_drifts ⇒ Array<Types::ResourceDrift>
Indicates all the resource drifts detected for an assessed entity.
Instance Attribute Details
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
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_drifts ⇒ Array<Types::ResourceDrift>
Indicates all the resource drifts detected for an assessed entity.
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 |