Class: Aws::SecurityHub::Types::UpdateInsightRequest

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

#filtersTypes::AwsSecurityFindingFilters

The updated filters that define this insight.



34763
34764
34765
34766
34767
34768
34769
34770
# File 'lib/aws-sdk-securityhub/types.rb', line 34763

class UpdateInsightRequest < Struct.new(
  :insight_arn,
  :name,
  :filters,
  :group_by_attribute)
  SENSITIVE = []
  include Aws::Structure
end

#group_by_attributeString

The updated GroupBy attribute that defines this insight.

Returns:

  • (String)


34763
34764
34765
34766
34767
34768
34769
34770
# File 'lib/aws-sdk-securityhub/types.rb', line 34763

class UpdateInsightRequest < Struct.new(
  :insight_arn,
  :name,
  :filters,
  :group_by_attribute)
  SENSITIVE = []
  include Aws::Structure
end

#insight_arnString

The ARN of the insight that you want to update.

Returns:

  • (String)


34763
34764
34765
34766
34767
34768
34769
34770
# File 'lib/aws-sdk-securityhub/types.rb', line 34763

class UpdateInsightRequest < Struct.new(
  :insight_arn,
  :name,
  :filters,
  :group_by_attribute)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The updated name for the insight.

Returns:

  • (String)


34763
34764
34765
34766
34767
34768
34769
34770
# File 'lib/aws-sdk-securityhub/types.rb', line 34763

class UpdateInsightRequest < Struct.new(
  :insight_arn,
  :name,
  :filters,
  :group_by_attribute)
  SENSITIVE = []
  include Aws::Structure
end