Class: Aws::CodeStar::Types::DescribeProjectRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestar/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the project.

Returns:

  • (String)


386
387
388
389
390
# File 'lib/aws-sdk-codestar/types.rb', line 386

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