Class: Aws::SecurityHub::Types::UpdateInsightRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UpdateInsightRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::AwsSecurityFindingFilters
The updated filters that define this insight.
-
#group_by_attribute ⇒ String
The updated ‘GroupBy` attribute that defines this insight.
-
#insight_arn ⇒ String
The ARN of the insight that you want to update.
-
#name ⇒ String
The updated name for the insight.
Instance Attribute Details
#filters ⇒ Types::AwsSecurityFindingFilters
The updated filters that define this insight.
31248 31249 31250 31251 31252 31253 31254 31255 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31248 class UpdateInsightRequest < Struct.new( :insight_arn, :name, :filters, :group_by_attribute) SENSITIVE = [] include Aws::Structure end |
#group_by_attribute ⇒ String
The updated ‘GroupBy` attribute that defines this insight.
31248 31249 31250 31251 31252 31253 31254 31255 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31248 class UpdateInsightRequest < Struct.new( :insight_arn, :name, :filters, :group_by_attribute) SENSITIVE = [] include Aws::Structure end |
#insight_arn ⇒ String
The ARN of the insight that you want to update.
31248 31249 31250 31251 31252 31253 31254 31255 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31248 class UpdateInsightRequest < Struct.new( :insight_arn, :name, :filters, :group_by_attribute) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name for the insight.
31248 31249 31250 31251 31252 31253 31254 31255 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31248 class UpdateInsightRequest < Struct.new( :insight_arn, :name, :filters, :group_by_attribute) SENSITIVE = [] include Aws::Structure end |