Class: Aws::Types::BatchUpdateFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Integer
Returns the value of attribute confidence.
-
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
-
#finding_identifiers ⇒ ::Array[Types::AwsSecurityFindingIdentifier]
Returns the value of attribute finding_identifiers.
-
#note ⇒ Types::NoteUpdate
Returns the value of attribute note.
-
#related_findings ⇒ ::Array[Types::RelatedFinding]
Returns the value of attribute related_findings.
-
#severity ⇒ Types::SeverityUpdate
Returns the value of attribute severity.
-
#types ⇒ ::Array[::String]
Returns the value of attribute types.
-
#user_defined_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_defined_fields.
-
#verification_state ⇒ "UNKNOWN", ...
Returns the value of attribute verification_state.
-
#workflow ⇒ Types::WorkflowUpdate
Returns the value of attribute workflow.
Instance Attribute Details
#confidence ⇒ ::Integer
Returns the value of attribute confidence.
4849 4850 4851 |
# File 'sig/types.rbs', line 4849 def confidence @confidence end |
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
4850 4851 4852 |
# File 'sig/types.rbs', line 4850 def criticality @criticality end |
#finding_identifiers ⇒ ::Array[Types::AwsSecurityFindingIdentifier]
Returns the value of attribute finding_identifiers.
4845 4846 4847 |
# File 'sig/types.rbs', line 4845 def finding_identifiers @finding_identifiers end |
#note ⇒ Types::NoteUpdate
Returns the value of attribute note.
4846 4847 4848 |
# File 'sig/types.rbs', line 4846 def note @note end |
#related_findings ⇒ ::Array[Types::RelatedFinding]
Returns the value of attribute related_findings.
4854 4855 4856 |
# File 'sig/types.rbs', line 4854 def @related_findings end |
#severity ⇒ Types::SeverityUpdate
Returns the value of attribute severity.
4847 4848 4849 |
# File 'sig/types.rbs', line 4847 def severity @severity end |
#types ⇒ ::Array[::String]
Returns the value of attribute types.
4851 4852 4853 |
# File 'sig/types.rbs', line 4851 def types @types end |
#user_defined_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_defined_fields.
4852 4853 4854 |
# File 'sig/types.rbs', line 4852 def user_defined_fields @user_defined_fields end |
#verification_state ⇒ "UNKNOWN", ...
Returns the value of attribute verification_state.
4848 4849 4850 |
# File 'sig/types.rbs', line 4848 def verification_state @verification_state end |
#workflow ⇒ Types::WorkflowUpdate
Returns the value of attribute workflow.
4853 4854 4855 |
# File 'sig/types.rbs', line 4853 def workflow @workflow end |