Class: Aws::Types::GitPropertiesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_connection_arn::String

Returns the value of attribute code_connection_arn.

Returns:

  • (::String)


3364
3365
3366
# File 'sig/types.rbs', line 3364

def code_connection_arn
  @code_connection_arn
end

#default_branch::String

Returns the value of attribute default_branch.

Returns:

  • (::String)


3366
3367
3368
# File 'sig/types.rbs', line 3366

def default_branch
  @default_branch
end

#repository_id::String

Returns the value of attribute repository_id.

Returns:

  • (::String)


3365
3366
3367
# File 'sig/types.rbs', line 3365

def repository_id
  @repository_id
end