Method: Aws::CodeArtifact::Types::RepositorySummary#name
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
#name ⇒ String
The name of the repository.
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 |