Class: Aws::AccessAnalyzer::Types::UpdateFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::UpdateFindingsRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Updates findings with the new values provided in the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer][1] that generated the findings to update.
-
#client_token ⇒ String
A client token.
-
#ids ⇒ Array<String>
The IDs of the findings to update.
-
#resource_arn ⇒ String
The ARN of the resource identified in the finding.
-
#status ⇒ String
The state represents the action to take to update the finding Status.
Instance Attribute Details
#analyzer_arn ⇒ String
The ARN of the analyzer that generated the findings to update.
4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4589 class UpdateFindingsRequest < Struct.new( :analyzer_arn, :status, :ids, :resource_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A client token.
A suitable default value is auto-generated. You should normally not need to pass this option.
4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4589 class UpdateFindingsRequest < Struct.new( :analyzer_arn, :status, :ids, :resource_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#ids ⇒ Array<String>
The IDs of the findings to update.
4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4589 class UpdateFindingsRequest < Struct.new( :analyzer_arn, :status, :ids, :resource_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource identified in the finding.
4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4589 class UpdateFindingsRequest < Struct.new( :analyzer_arn, :status, :ids, :resource_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state represents the action to take to update the finding
Status. Use ARCHIVE
to change an Active finding to an Archived
finding. Use ACTIVE
to change an Archived finding to an Active
finding.
4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4589 class UpdateFindingsRequest < Struct.new( :analyzer_arn, :status, :ids, :resource_arn, :client_token) SENSITIVE = [] include Aws::Structure end |