Class: Aws::Types::ConfigTypeData
- Inherits:
-
Object
- Object
- Aws::Types::ConfigTypeData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AntennaDownlinkConfig, AntennaDownlinkDemodDecodeConfig, AntennaUplinkConfig, DataflowEndpointConfig, S3RecordingConfig, TelemetrySinkConfig, TrackingConfig, Unknown, UplinkEchoConfig
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#antenna_downlink_config ⇒ Types::AntennaDownlinkConfig
Returns the value of attribute antenna_downlink_config.
-
#antenna_downlink_demod_decode_config ⇒ Types::AntennaDownlinkDemodDecodeConfig
Returns the value of attribute antenna_downlink_demod_decode_config.
-
#antenna_uplink_config ⇒ Types::AntennaUplinkConfig
Returns the value of attribute antenna_uplink_config.
-
#dataflow_endpoint_config ⇒ Types::DataflowEndpointConfig
Returns the value of attribute dataflow_endpoint_config.
-
#s3_recording_config ⇒ Types::S3RecordingConfig
Returns the value of attribute s3_recording_config.
-
#telemetry_sink_config ⇒ Types::TelemetrySinkConfig
Returns the value of attribute telemetry_sink_config.
-
#tracking_config ⇒ Types::TrackingConfig
Returns the value of attribute tracking_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#uplink_echo_config ⇒ Types::UplinkEchoConfig
Returns the value of attribute uplink_echo_config.
Instance Attribute Details
#antenna_downlink_config ⇒ Types::AntennaDownlinkConfig
Returns the value of attribute antenna_downlink_config.
165 166 167 |
# File 'sig/types.rbs', line 165 def antenna_downlink_config @antenna_downlink_config end |
#antenna_downlink_demod_decode_config ⇒ Types::AntennaDownlinkDemodDecodeConfig
Returns the value of attribute antenna_downlink_demod_decode_config.
168 169 170 |
# File 'sig/types.rbs', line 168 def antenna_downlink_demod_decode_config @antenna_downlink_demod_decode_config end |
#antenna_uplink_config ⇒ Types::AntennaUplinkConfig
Returns the value of attribute antenna_uplink_config.
169 170 171 |
# File 'sig/types.rbs', line 169 def antenna_uplink_config @antenna_uplink_config end |
#dataflow_endpoint_config ⇒ Types::DataflowEndpointConfig
Returns the value of attribute dataflow_endpoint_config.
167 168 169 |
# File 'sig/types.rbs', line 167 def dataflow_endpoint_config @dataflow_endpoint_config end |
#s3_recording_config ⇒ Types::S3RecordingConfig
Returns the value of attribute s3_recording_config.
171 172 173 |
# File 'sig/types.rbs', line 171 def s3_recording_config @s3_recording_config end |
#telemetry_sink_config ⇒ Types::TelemetrySinkConfig
Returns the value of attribute telemetry_sink_config.
172 173 174 |
# File 'sig/types.rbs', line 172 def telemetry_sink_config @telemetry_sink_config end |
#tracking_config ⇒ Types::TrackingConfig
Returns the value of attribute tracking_config.
166 167 168 |
# File 'sig/types.rbs', line 166 def tracking_config @tracking_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
173 174 175 |
# File 'sig/types.rbs', line 173 def unknown @unknown end |
#uplink_echo_config ⇒ Types::UplinkEchoConfig
Returns the value of attribute uplink_echo_config.
170 171 172 |
# File 'sig/types.rbs', line 170 def uplink_echo_config @uplink_echo_config end |