Class: Aws::IoTManagedIntegrations::Types::StateEndpoint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb

Overview

Describe the endpoint with an Id, a name, and the relevant capabilities for reporting state

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<Types::StateCapability>

Describe the endpoint with an id, a name, and the relevant capabilities for the reporting state.

Returns:



4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4658

class StateEndpoint < Struct.new(
  :endpoint_id,
  :capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_idString

Numeric identifier of the endpoint

Returns:

  • (String)


4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4658

class StateEndpoint < Struct.new(
  :endpoint_id,
  :capabilities)
  SENSITIVE = []
  include Aws::Structure
end