Class: Aws::IoTManagedIntegrations::Types::GetManagedThingConnectivityDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetManagedThingConnectivityDataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of a managed thing.
Instance Attribute Details
#identifier ⇒ String
The identifier of a managed thing.
2010 2011 2012 2013 2014 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2010 class GetManagedThingConnectivityDataRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |