Class: Aws::Types::OcsfFindingIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::OcsfFindingIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_account_uid ⇒ ::String
Returns the value of attribute cloud_account_uid.
-
#finding_info_uid ⇒ ::String
Returns the value of attribute finding_info_uid.
-
#metadata_product_uid ⇒ ::String
Returns the value of attribute metadata_product_uid.
Instance Attribute Details
#cloud_account_uid ⇒ ::String
Returns the value of attribute cloud_account_uid.
6732 6733 6734 |
# File 'sig/types.rbs', line 6732 def cloud_account_uid @cloud_account_uid end |
#finding_info_uid ⇒ ::String
Returns the value of attribute finding_info_uid.
6733 6734 6735 |
# File 'sig/types.rbs', line 6733 def finding_info_uid @finding_info_uid end |
#metadata_product_uid ⇒ ::String
Returns the value of attribute metadata_product_uid.
6734 6735 6736 |
# File 'sig/types.rbs', line 6734 def @metadata_product_uid end |