You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GroundStation::Types::GetConfigResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GroundStation::Types::GetConfigResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #config_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    ARN of a Config.
- 
  
    
      #config_data  ⇒ Types::ConfigTypeData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Data elements in a Config.
- 
  
    
      #config_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    UUID of a Config.
- 
  
    
      #config_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Type of a Config.
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of a Config.
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Tags assigned to a Config.
Instance Attribute Details
#config_arn ⇒ String
ARN of a Config
#config_data ⇒ Types::ConfigTypeData
Data elements in a Config.
#config_id ⇒ String
UUID of a Config.
#config_type ⇒ String
Type of a Config. 
Possible values:
- antenna-downlink
- antenna-downlink-demod-decode
- antenna-uplink
- dataflow-endpoint
- tracking
- uplink-echo
#name ⇒ String
Name of a Config.
#tags ⇒ Hash<String,String>
Tags assigned to a Config.