Class: Aws::IoTManagedIntegrations::Types::CommandEndpoint

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#capabilitiesArray<Types::CommandCapability>

Describe the endpoint with an id, a name, and the relevant capabilities for sending commands.

Returns:



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_idString

The id of the endpoint for a managed thing.

Returns:

  • (String)


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