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.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def event_source @event_source end |
#mapping_version ⇒ ::String
Returns the value of attribute mapping_version.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def mapping_version @mapping_version end |
#ocsf_version ⇒ "V1.1", "V1.5"
Returns the value of attribute ocsf_version.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def ocsf_version @ocsf_version end |
#source ⇒ ::String
Returns the value of attribute source.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def source @source end |