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)


5263
5264
5265
5266
5267
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5263

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