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.



694
695
696
# File 'sig/types.rbs', line 694

def configuration
  @configuration
end

#records::Array[Types::Record]

Returns the value of attribute records.

Returns:



693
694
695
# File 'sig/types.rbs', line 693

def records
  @records
end

#signal_type"LOG", "METRIC"

Returns the value of attribute signal_type.

Returns:

  • ("LOG", "METRIC")


695
696
697
# File 'sig/types.rbs', line 695

def signal_type
  @signal_type
end