Class: Aws::CodeCommit::Types::GetRepositoryInput

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

Overview

Represents the input of a get repository operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_nameString

The name of the repository to get information about.

Returns:

  • (String)


3547
3548
3549
3550
3551
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3547

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