Class: Aws::Types::BitbucketIntegrationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def code
  @code
end

#installation_id::String

Returns the value of attribute installation_id.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def installation_id
  @installation_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def state
  @state
end

#workspace::String

Returns the value of attribute workspace.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def workspace
  @workspace
end