Class: Aws::Types::GetFindingV2Request
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
611 612 613 |
# File 'sig/types.rbs', line 611 def analyzer_arn @analyzer_arn end |
#id ⇒ ::String
Returns the value of attribute id.
612 613 614 |
# File 'sig/types.rbs', line 612 def id @id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
613 614 615 |
# File 'sig/types.rbs', line 613 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
614 615 616 |
# File 'sig/types.rbs', line 614 def next_token @next_token end |