Class: Aws::SecurityHub::Types::UpdateInsightRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UpdateInsightRequest
- Defined in:
- gems/aws-sdk-securityhub/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.
30604 30605 30606 30607 30608 30609 30610 30611 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30604 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.
30604 30605 30606 30607 30608 30609 30610 30611 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30604 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.
30604 30605 30606 30607 30608 30609 30610 30611 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30604 class UpdateInsightRequest < Struct.new( :insight_arn, :name, :filters, :group_by_attribute) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name for the insight.
30604 30605 30606 30607 30608 30609 30610 30611 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30604 class UpdateInsightRequest < Struct.new( :insight_arn, :name, :filters, :group_by_attribute) SENSITIVE = [] include Aws::Structure end |