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.
694 695 696 |
# File 'sig/types.rbs', line 694 def configuration @configuration end |
#records ⇒ ::Array[Types::Record]
Returns the value of attribute records.
693 694 695 |
# File 'sig/types.rbs', line 693 def records @records end |
#signal_type ⇒ "LOG", "METRIC"
Returns the value of attribute signal_type.
695 696 697 |
# File 'sig/types.rbs', line 695 def signal_type @signal_type end |