Class: Aws::IoTManagedIntegrations::Types::GetManagedThingStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetManagedThingStateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Types::StateEndpoint>
The device endpoint.
Instance Attribute Details
#endpoints ⇒ Array<Types::StateEndpoint>
The device endpoint.
2353 2354 2355 2356 2357 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2353 class GetManagedThingStateResponse < Struct.new( :endpoints) SENSITIVE = [] include Aws::Structure end |