Class: Aws::AccessAnalyzer::Types::GetFindingV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetFindingV2Request
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer][1] that generated the finding.
-
#id ⇒ String
The ID of the finding to retrieve.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token used for pagination of results returned.
Instance Attribute Details
#analyzer_arn ⇒ String
The ARN of the analyzer that generated the finding.
2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2119 class GetFindingV2Request < Struct.new( :analyzer_arn, :id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the finding to retrieve.
2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2119 class GetFindingV2Request < Struct.new( :analyzer_arn, :id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2119 class GetFindingV2Request < Struct.new( :analyzer_arn, :id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2119 class GetFindingV2Request < Struct.new( :analyzer_arn, :id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |