Class: Aws::Types::TelemetrySinkConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#telemetry_sink_data ⇒ Types::TelemetrySinkData

Returns the value of attribute telemetry_sink_data.



1140
1141
1142
# File 'sig/types.rbs', line 1140

def telemetry_sink_data
  @telemetry_sink_data
end

#telemetry_sink_type ⇒ "KINESIS_DATA_STREAM"

Returns the value of attribute telemetry_sink_type.

Returns:

  • ("KINESIS_DATA_STREAM")


1139
1140
1141
# File 'sig/types.rbs', line 1139

def telemetry_sink_type
  @telemetry_sink_type
end