Class: Aws::IoT1ClickProjects::Types::DescribeProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::DescribeProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_name ⇒ String
The name of the project to be described.
Instance Attribute Details
#project_name ⇒ String
The name of the project to be described.
161 162 163 164 165 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 161 class DescribeProjectRequest < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |