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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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:



25592
25593
25594
25595
25596
25597
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25592

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)


25592
25593
25594
25595
25596
25597
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25592

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