Class: Aws::Types::RepositoryLinkInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arn ⇒ ::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged")


319
320
321
# File 'sig/types.rbs', line 319

def provider_type
  @provider_type
end

Returns the value of attribute repository_link_arn.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def repository_link_arn
  @repository_link_arn
end

Returns the value of attribute repository_link_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def repository_name
  @repository_name
end