Class: Aws::CodeArtifact::Types::GetRepositoryEndpointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::GetRepositoryEndpointResult
- Includes:
- Structure
- Defined in:
- 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.
1837 1838 1839 1840 1841 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1837 class GetRepositoryEndpointResult < Struct.new( :repository_endpoint) SENSITIVE = [] include Aws::Structure end |