Class: Aws::GuardDuty::Types::ListCoverageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListCoverageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
-
#resources ⇒ Array<Types::CoverageResource>
A list of resources and their attributes providing cluster details.
Instance Attribute Details
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
5289 5290 5291 5292 5293 5294 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5289 class ListCoverageResponse < Struct.new( :resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::CoverageResource>
A list of resources and their attributes providing cluster details.
5289 5290 5291 5292 5293 5294 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5289 class ListCoverageResponse < Struct.new( :resources, :next_token) SENSITIVE = [] include Aws::Structure end |