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.
4868 4869 4870 4871 4872 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4868 class DescribeProjectRequest < Struct.new( :project_id) SENSITIVE = [] include Aws::Structure end |