Class: Aws::Types::IntegrationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def display_name
  @display_name
end

#installation_id::String

Returns the value of attribute installation_id.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def installation_id
  @installation_id
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def integration_id
  @integration_id
end

#private_connection_name::String

Returns the value of attribute private_connection_name.

Returns:

  • (::String)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def private_connection_name
  @private_connection_name
end

#provider"GITHUB", ...

Returns the value of attribute provider.

Returns:

  • ("GITHUB", "GITLAB", "BITBUCKET", "CONFLUENCE")


1338
1339
1340
# File 'sig/types.rbs', line 1338

def provider
  @provider
end

#provider_type"SOURCE_CODE", "DOCUMENTATION"

Returns the value of attribute provider_type.

Returns:

  • ("SOURCE_CODE", "DOCUMENTATION")


1339
1340
1341
# File 'sig/types.rbs', line 1339

def provider_type
  @provider_type
end

#target_url::String

Returns the value of attribute target_url.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def target_url
  @target_url
end