Class: Aws::IoTThingsGraph::Types::GetEntitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetEntitiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#descriptions ⇒ Array<Types::EntityDescription>
An array of descriptions for the specified entities.
Instance Attribute Details
#descriptions ⇒ Array<Types::EntityDescription>
An array of descriptions for the specified entities.
593 594 595 596 597 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 593 class GetEntitiesResponse < Struct.new( :descriptions) SENSITIVE = [] include Aws::Structure end |