Class: Aws::Types::ParseToOCSF
- Inherits:
-
Object
- Object
- Aws::Types::ParseToOCSF
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_source ⇒ "CloudTrail", ...
Returns the value of attribute event_source.
-
#mapping_version ⇒ ::String
Returns the value of attribute mapping_version.
-
#ocsf_version ⇒ "V1.1", "V1.5"
Returns the value of attribute ocsf_version.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#event_source ⇒ "CloudTrail", ...
Returns the value of attribute event_source.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def event_source @event_source end |
#mapping_version ⇒ ::String
Returns the value of attribute mapping_version.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def mapping_version @mapping_version end |
#ocsf_version ⇒ "V1.1", "V1.5"
Returns the value of attribute ocsf_version.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def ocsf_version @ocsf_version end |
#source ⇒ ::String
Returns the value of attribute source.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def source @source end |