Class: Aws::Inspector2::Types::ListCoverageResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#covered_resourcesArray<Types::CoveredResource>

An object that contains details on the covered resources in your environment.

Returns:



4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4872

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

#next_tokenString

A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.

Returns:

  • (String)


4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4872

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