Class: Aws::Types::UpdateRepositoryLinkInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRepositoryLinkInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
502 503 504 |
# File 'sig/types.rbs', line 502 def connection_arn @connection_arn end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
503 504 505 |
# File 'sig/types.rbs', line 503 def encryption_key_arn @encryption_key_arn end |
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
504 505 506 |
# File 'sig/types.rbs', line 504 def repository_link_id @repository_link_id end |