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)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def branch
  @branch
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def integration_id
  @integration_id
end

#provider_resource_id::String

Returns the value of attribute provider_resource_id.

Returns:

  • (::String)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def provider_resource_id
  @provider_resource_id
end