Class: Aws::GuardDuty::Types::ListCoverageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


4478
4479
4480
4481
4482
4483
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4478

class ListCoverageResponse < Struct.new(
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::CoverageResource>

A list of resources and their attributes providing cluster details.

Returns:



4478
4479
4480
4481
4482
4483
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4478

class ListCoverageResponse < Struct.new(
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end