Class: Aws::Types::ListSbomValidationResultsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSbomValidationResultsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#validation_result ⇒ "FAILED", "SUCCEEDED"
Returns the value of attribute validation_result.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3542 3543 3544 |
# File 'sig/types.rbs', line 3542 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3543 3544 3545 |
# File 'sig/types.rbs', line 3543 def next_token @next_token end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
3539 3540 3541 |
# File 'sig/types.rbs', line 3539 def package_name @package_name end |
#validation_result ⇒ "FAILED", "SUCCEEDED"
Returns the value of attribute validation_result.
3541 3542 3543 |
# File 'sig/types.rbs', line 3541 def validation_result @validation_result end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def version_name @version_name end |