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.
5048 5049 5050 5051 5052 5053 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5048 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.
5048 5049 5050 5051 5052 5053 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5048 class ListCoverageResponse < Struct.new( :resources, :next_token) SENSITIVE = [] include Aws::Structure end |