Module: Aws::GroundStation::Client::_GetConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConfigResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #config_arn ⇒ ::String
- #config_data ⇒ Types::ConfigTypeData
- #config_id ⇒ ::String
- #config_type ⇒ "antenna-downlink", ...
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#config_arn ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def config_arn: () -> ::String
|
#config_data ⇒ Types::ConfigTypeData
434 |
# File 'sig/client.rbs', line 434
def config_data: () -> Types::ConfigTypeData
|
#config_id ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def config_id: () -> ::String
|
#config_type ⇒ "antenna-downlink", ...
433 |
# File 'sig/client.rbs', line 433
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
#name ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
435 |
# File 'sig/client.rbs', line 435
def tags: () -> ::Hash[::String, ::String]
|