Class: Aws::CodeCommit::Types::RepositoryNameIdPair

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

Overview

Information about a repository name and ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_idString

The ID associated with the repository.

Returns:

  • (String)


6311
6312
6313
6314
6315
6316
# File 'lib/aws-sdk-codecommit/types.rb', line 6311

class RepositoryNameIdPair < Struct.new(
  :repository_name,
  :repository_id)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name associated with the repository.

Returns:

  • (String)


6311
6312
6313
6314
6315
6316
# File 'lib/aws-sdk-codecommit/types.rb', line 6311

class RepositoryNameIdPair < Struct.new(
  :repository_name,
  :repository_id)
  SENSITIVE = []
  include Aws::Structure
end