Method: Aws::CodeArtifact::Types::RepositoryDescription#name
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
#name ⇒ String
The name of the repository.
3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3860 class RepositoryDescription < Struct.new( :name, :administrator_account, :domain_name, :domain_owner, :arn, :description, :upstreams, :external_connections, :created_time) SENSITIVE = [] include Aws::Structure end |