Class: Aws::IoTManagedIntegrations::Types::GetManagedThingConnectivityDataRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of a managed thing.

Returns:

  • (String)


2010
2011
2012
2013
2014
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2010

class GetManagedThingConnectivityDataRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end