Class: Aws::IoT1ClickProjects::Types::DescribeProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::DescribeProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ Types::ProjectDescription
An object describing the project.
Instance Attribute Details
#project ⇒ Types::ProjectDescription
An object describing the project.
171 172 173 174 175 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 171 class DescribeProjectResponse < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |