Class: Aws::Types::BatchUpdateFindingsV2Request
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateFindingsV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#finding_identifiers ⇒ ::Array[Types::OcsfFindingIdentifier]
Returns the value of attribute finding_identifiers.
-
#metadata_uids ⇒ ::Array[::String]
Returns the value of attribute metadata_uids.
-
#severity_id ⇒ ::Integer
Returns the value of attribute severity_id.
-
#status_id ⇒ ::Integer
Returns the value of attribute status_id.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
4880 4881 4882 |
# File 'sig/types.rbs', line 4880 def comment @comment end |
#finding_identifiers ⇒ ::Array[Types::OcsfFindingIdentifier]
Returns the value of attribute finding_identifiers.
4879 4880 4881 |
# File 'sig/types.rbs', line 4879 def finding_identifiers @finding_identifiers end |
#metadata_uids ⇒ ::Array[::String]
Returns the value of attribute metadata_uids.
4878 4879 4880 |
# File 'sig/types.rbs', line 4878 def @metadata_uids end |
#severity_id ⇒ ::Integer
Returns the value of attribute severity_id.
4881 4882 4883 |
# File 'sig/types.rbs', line 4881 def severity_id @severity_id end |
#status_id ⇒ ::Integer
Returns the value of attribute status_id.
4882 4883 4884 |
# File 'sig/types.rbs', line 4882 def status_id @status_id end |