Class: Aws::Types::CreateBranchInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def branch_name
  @branch_name
end

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def commit_id
  @commit_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def repository_name
  @repository_name
end