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)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def branch
  @branch
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def integration_id
  @integration_id
end

#provider_resource_id::String

Returns the value of attribute provider_resource_id.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def provider_resource_id
  @provider_resource_id
end