Class: Aws::IoTManagedIntegrations::Types::ManagedThingSchemaListItem

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

Overview

Structure representing one schema item associated with a managed thing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capability_idString

The id of the capability for a managed thing.

Returns:

  • (String)


3369
3370
3371
3372
3373
3374
3375
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3369

class ManagedThingSchemaListItem < Struct.new(
  :endpoint_id,
  :capability_id,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_idString

The id of the endpoint for a managed thing.

Returns:

  • (String)


3369
3370
3371
3372
3373
3374
3375
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3369

class ManagedThingSchemaListItem < Struct.new(
  :endpoint_id,
  :capability_id,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#schemaHash, ...

The validation schema for one schema item associated with a managed thing.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


3369
3370
3371
3372
3373
3374
3375
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3369

class ManagedThingSchemaListItem < Struct.new(
  :endpoint_id,
  :capability_id,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end