Class: Aws::CodeArtifact::Types::GetRepositoryEndpointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::GetRepositoryEndpointResult
- Defined in:
- gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_endpoint ⇒ String
A string that specifies the URL of the returned endpoint.
Instance Attribute Details
#repository_endpoint ⇒ String
A string that specifies the URL of the returned endpoint.
1846 1847 1848 1849 1850 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1846 class GetRepositoryEndpointResult < Struct.new( :repository_endpoint) SENSITIVE = [] include Aws::Structure end |