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)


4736
4737
4738
4739
4740
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4736

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