Class: Aws::IoTThingsGraph::Types::GetEntitiesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionsArray<Types::EntityDescription>

An array of descriptions for the specified entities.

Returns:



593
594
595
596
597
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 593

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