Class: Aws::IoTSiteWise::Types::DescribeProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_id ⇒ String
The ID of the project.
Instance Attribute Details
#project_id ⇒ String
The ID of the project.
5231 5232 5233 5234 5235 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5231 class DescribeProjectRequest < Struct.new( :project_id) SENSITIVE = [] include Aws::Structure end |