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:



26003
26004
26005
26006
26007
26008
# File 'lib/aws-sdk-securityhub/types.rb', line 26003

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:



26003
26004
26005
26006
26007
26008
# File 'lib/aws-sdk-securityhub/types.rb', line 26003

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