Class: Aws::Types::TestTelemetryPipelineInput
- Inherits:
-
Object
- Object
- Aws::Types::TestTelemetryPipelineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::TelemetryPipelineConfiguration
Returns the value of attribute configuration.
-
#records ⇒ ::Array[Types::Record]
Returns the value of attribute records.
-
#signal_type ⇒ "LOG", "METRIC"
Returns the value of attribute signal_type.
Instance Attribute Details
#configuration ⇒ Types::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.
682 683 684 |
# File 'sig/types.rbs', line 682 def records @records end |
#signal_type ⇒ "LOG", "METRIC"
Returns the value of attribute signal_type.
684 685 686 |
# File 'sig/types.rbs', line 684 def signal_type @signal_type end |