Class: Aws::Types::RepositoryExternalConnectionInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_connection_name::String

Returns the value of attribute external_connection_name.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def external_connection_name
  @external_connection_name
end

#package_format"npm", ...

Returns the value of attribute package_format.

Returns:

  • ("npm", "pypi", "maven", "nuget", "generic", "ruby", "swift", "cargo")


864
865
866
# File 'sig/types.rbs', line 864

def package_format
  @package_format
end

#status"Available"

Returns the value of attribute status.

Returns:

  • ("Available")


865
866
867
# File 'sig/types.rbs', line 865

def status
  @status
end