Class: Aws::Types::ParseToOCSF

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_source"CloudTrail", ...

Returns the value of attribute event_source.

Returns:

  • ("CloudTrail", "Route53Resolver", "VPCFlow", "EKSAudit", "AWSWAF")


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.

Returns:

  • (::String)


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.

Returns:

  • ("V1.1", "V1.5")


1669
1670
1671
# File 'sig/types.rbs', line 1669

def ocsf_version
  @ocsf_version
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def source
  @source
end