Class: Aws::IoTManagedIntegrations::Types::CommandEndpoint
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTManagedIntegrations::Types::CommandEndpoint
 
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The endpoint for a managed thing when sending a command.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #capabilities  ⇒ Array<Types::CommandCapability> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describe the endpoint with an id, a name, and the relevant capabilities for sending commands. 
- 
  
    
      #endpoint_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The id of the endpoint for a managed thing. 
Instance Attribute Details
#capabilities ⇒ Array<Types::CommandCapability>
Describe the endpoint with an id, a name, and the relevant capabilities for sending commands.
| 312 313 314 315 316 317 | # File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 312 class CommandEndpoint < Struct.new( :endpoint_id, :capabilities) SENSITIVE = [] include Aws::Structure end | 
#endpoint_id ⇒ String
The id of the endpoint for a managed thing.
| 312 313 314 315 316 317 | # File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 312 class CommandEndpoint < Struct.new( :endpoint_id, :capabilities) SENSITIVE = [] include Aws::Structure end |