Class: Aws::Types::RepositoryLinkInfo
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryLinkInfo
- 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.
-
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
-
#repository_link_arn ⇒ ::String
Returns the value of attribute repository_link_arn.
-
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
316 317 318 |
# File 'sig/types.rbs', line 316 def connection_arn @connection_arn end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
317 318 319 |
# File 'sig/types.rbs', line 317 def encryption_key_arn @encryption_key_arn end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
318 319 320 |
# File 'sig/types.rbs', line 318 def owner_id @owner_id end |
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
319 320 321 |
# File 'sig/types.rbs', line 319 def provider_type @provider_type end |
#repository_link_arn ⇒ ::String
Returns the value of attribute repository_link_arn.
320 321 322 |
# File 'sig/types.rbs', line 320 def repository_link_arn @repository_link_arn end |
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
321 322 323 |
# File 'sig/types.rbs', line 321 def repository_link_id @repository_link_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
322 323 324 |
# File 'sig/types.rbs', line 322 def repository_name @repository_name end |