Class: Aws::ObservabilityAdmin::Types::Record

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb

Overview

Represents a test record structure used for pipeline testing operations to validate data processing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The data content of the test record used for pipeline validation.

Returns:

  • (String)


1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1681

class Record < Struct.new(
  :data,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the test record, indicating the format or category of the data.

Returns:

  • (String)


1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1681

class Record < Struct.new(
  :data,
  :type)
  SENSITIVE = []
  include Aws::Structure
end