Method: Aws::CodeArtifact::Types::RepositorySummary#name

Defined in:
lib/aws-sdk-codeartifact/types.rb

#nameString

The name of the repository.

Returns:

  • (String)


3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
# File 'lib/aws-sdk-codeartifact/types.rb', line 3957

class RepositorySummary < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end