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)


6148
6149
6150
# File 'sig/types.rbs', line 6148

def branch
  @branch
end

#repository_url::String

Returns the value of attribute repository_url.

Returns:

  • (::String)


6147
6148
6149
# File 'sig/types.rbs', line 6147

def repository_url
  @repository_url
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


6149
6150
6151
# File 'sig/types.rbs', line 6149

def secret_arn
  @secret_arn
end