Class: Aws::Types::TelemetrySinkData
- Inherits:
-
Object
- Object
- Aws::Types::TelemetrySinkData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: KinesisDataStreamData, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kinesis_data_stream_data ⇒ Types::KinesisDataStreamData
Returns the value of attribute kinesis_data_stream_data.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#kinesis_data_stream_data ⇒ Types::KinesisDataStreamData
Returns the value of attribute kinesis_data_stream_data.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def kinesis_data_stream_data @kinesis_data_stream_data end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def unknown @unknown end |