Class: Aws::CodeArtifact::Types::UpstreamRepositoryInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::UpstreamRepositoryInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Information about an upstream repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_name ⇒ String
The name of an upstream repository.
Instance Attribute Details
#repository_name ⇒ String
The name of an upstream repository.
3656 3657 3658 3659 3660 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3656 class UpstreamRepositoryInfo < Struct.new( :repository_name) SENSITIVE = [] include Aws::Structure end |