Class: Aws::IoTTwinMaker::Types::GetEntityRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

The ID of the entity.

Returns:

  • (String)


1566
1567
1568
1569
1570
1571
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1566

class GetEntityRequest < Struct.new(
  :workspace_id,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace.

Returns:

  • (String)


1566
1567
1568
1569
1570
1571
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1566

class GetEntityRequest < Struct.new(
  :workspace_id,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end