Class: Aws::Types::CodeRepositoryDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def integration_arn
  @integration_arn
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def project_name
  @project_name
end

#provider_type"GITHUB", "GITLAB_SELF_MANAGED"

Returns the value of attribute provider_type.

Returns:

  • ("GITHUB", "GITLAB_SELF_MANAGED")


680
681
682
# File 'sig/types.rbs', line 680

def provider_type
  @provider_type
end