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.



31254
31255
31256
31257
31258
31259
31260
31261
# File 'lib/aws-sdk-securityhub/types.rb', line 31254

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)


31254
31255
31256
31257
31258
31259
31260
31261
# File 'lib/aws-sdk-securityhub/types.rb', line 31254

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)


31254
31255
31256
31257
31258
31259
31260
31261
# File 'lib/aws-sdk-securityhub/types.rb', line 31254

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)


31254
31255
31256
31257
31258
31259
31260
31261
# File 'lib/aws-sdk-securityhub/types.rb', line 31254

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