Class: Aws::IoTSiteWise::Types::ProjectResource

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

Overview

Identifies a specific IoT SiteWise Monitor project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the project.

Returns:

  • (String)


7202
7203
7204
7205
7206
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7202

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