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.



34903
34904
34905
34906
34907
34908
34909
34910
# File 'lib/aws-sdk-securityhub/types.rb', line 34903

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)


34903
34904
34905
34906
34907
34908
34909
34910
# File 'lib/aws-sdk-securityhub/types.rb', line 34903

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)


34903
34904
34905
34906
34907
34908
34909
34910
# File 'lib/aws-sdk-securityhub/types.rb', line 34903

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)


34903
34904
34905
34906
34907
34908
34909
34910
# File 'lib/aws-sdk-securityhub/types.rb', line 34903

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