Class: Aws::IoTSiteWise::Types::DescribeProjectRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_idString

The ID of the project.

Returns:

  • (String)


5231
5232
5233
5234
5235
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5231

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