Class: Aws::GroundStation::Types::RegisterAgentRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GroundStation::Types::RegisterAgentRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #agent_details  ⇒ Types::AgentDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Detailed information about the agent being registered. 
- 
  
    
      #discovery_data  ⇒ Types::DiscoveryData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Data for associating an agent with the capabilities it is managing. 
Instance Attribute Details
#agent_details ⇒ Types::AgentDetails
Detailed information about the agent being registered.
| 2356 2357 2358 2359 2360 2361 | # File 'lib/aws-sdk-groundstation/types.rb', line 2356 class RegisterAgentRequest < Struct.new( :agent_details, :discovery_data) SENSITIVE = [] include Aws::Structure end | 
#discovery_data ⇒ Types::DiscoveryData
Data for associating an agent with the capabilities it is managing.
| 2356 2357 2358 2359 2360 2361 | # File 'lib/aws-sdk-groundstation/types.rb', line 2356 class RegisterAgentRequest < Struct.new( :agent_details, :discovery_data) SENSITIVE = [] include Aws::Structure end |