Class: Aws::Types::TestTelemetryPipelineInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::TelemetryPipelineConfiguration

Returns the value of attribute configuration.



683
684
685
# File 'sig/types.rbs', line 683

def configuration
  @configuration
end

#records::Array[Types::Record]

Returns the value of attribute records.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def records
  @records
end

#signal_type"LOG", "METRIC"

Returns the value of attribute signal_type.

Returns:

  • ("LOG", "METRIC")


684
685
686
# File 'sig/types.rbs', line 684

def signal_type
  @signal_type
end