You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GroundStation::Types::GetConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetConfigRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  config_id: "String", # required
  config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, antenna-uplink, dataflow-endpoint, tracking, uplink-echo
}

Instance Attribute Summary collapse

Instance Attribute Details

#config_idString

UUID of a Config.

Returns:

  • (String)

    UUID of a Config.

#config_typeString

Type of a Config.

Possible values:

  • antenna-downlink
  • antenna-downlink-demod-decode
  • antenna-uplink
  • dataflow-endpoint
  • tracking
  • uplink-echo

Returns:

  • (String)

    Type of a Config.