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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestar/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 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 386

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