Class: Aws::Types::RepositoryExternalConnectionInfo
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryExternalConnectionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_connection_name ⇒ ::String
Returns the value of attribute external_connection_name.
-
#package_format ⇒ "npm", ...
Returns the value of attribute package_format.
-
#status ⇒ "Available"
Returns the value of attribute status.
Instance Attribute Details
#external_connection_name ⇒ ::String
Returns the value of attribute external_connection_name.
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.
864 865 866 |
# File 'sig/types.rbs', line 864 def package_format @package_format end |
#status ⇒ "Available"
Returns the value of attribute status.
865 866 867 |
# File 'sig/types.rbs', line 865 def status @status end |