Class: Aws::Types::GitConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch::String

Returns the value of attribute branch.

Returns:

  • (::String)


6152
6153
6154
# File 'sig/types.rbs', line 6152

def branch
  @branch
end

#repository_url::String

Returns the value of attribute repository_url.

Returns:

  • (::String)


6151
6152
6153
# File 'sig/types.rbs', line 6151

def repository_url
  @repository_url
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


6153
6154
6155
# File 'sig/types.rbs', line 6153

def secret_arn
  @secret_arn
end