Class: Aws::SecurityHub::Types::GetInsightsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insightsArray<Types::Insight>

The insights returned by the operation.

Returns:



25716
25717
25718
25719
25720
25721
# File 'lib/aws-sdk-securityhub/types.rb', line 25716

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

#next_tokenString

The pagination token to use to request the next page of results.

Returns:

  • (String)


25716
25717
25718
25719
25720
25721
# File 'lib/aws-sdk-securityhub/types.rb', line 25716

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