Class: Aws::CodeStar::Types::DescribeProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::DescribeProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the project.
Instance Attribute Details
#id ⇒ String
The ID of the project.
386 387 388 389 390 |
# File 'lib/aws-sdk-codestar/types.rb', line 386 class DescribeProjectRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |