Class: Aws::CodeStar::Types::CodeCommitCodeDestination

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

Overview

Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the AWS CodeCommit repository to be created in AWS CodeStar.

Returns:

  • (String)


102
103
104
105
106
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 102

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