Class: Aws::Types::IntegratedRepository

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)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def branch
  @branch
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def integration_id
  @integration_id
end

#provider_resource_id::String

Returns the value of attribute provider_resource_id.

Returns:

  • (::String)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def provider_resource_id
  @provider_resource_id
end