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.



33464
33465
33466
33467
33468
33469
33470
33471
# File 'lib/aws-sdk-securityhub/types.rb', line 33464

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)


33464
33465
33466
33467
33468
33469
33470
33471
# File 'lib/aws-sdk-securityhub/types.rb', line 33464

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)


33464
33465
33466
33467
33468
33469
33470
33471
# File 'lib/aws-sdk-securityhub/types.rb', line 33464

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)


33464
33465
33466
33467
33468
33469
33470
33471
# File 'lib/aws-sdk-securityhub/types.rb', line 33464

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