Class: Aws::Types::CreateRepositoryLinkInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRepositoryLinkInput
- 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.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
71 72 73 |
# File 'sig/types.rbs', line 71 def connection_arn @connection_arn end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
74 75 76 |
# File 'sig/types.rbs', line 74 def encryption_key_arn @encryption_key_arn end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def owner_id @owner_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
73 74 75 |
# File 'sig/types.rbs', line 73 def repository_name @repository_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
75 76 77 |
# File 'sig/types.rbs', line 75 def end |