Class: Aws::Types::GetIntegrationOutput

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)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def display_name
  @display_name
end

#installation_id::String

Returns the value of attribute installation_id.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def installation_id
  @installation_id
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def integration_id
  @integration_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def kms_key_id
  @kms_key_id
end

#private_connection_name::String

Returns the value of attribute private_connection_name.

Returns:

  • (::String)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def private_connection_name
  @private_connection_name
end

#provider"GITHUB", ...

Returns the value of attribute provider.

Returns:

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


1124
1125
1126
# File 'sig/types.rbs', line 1124

def provider
  @provider
end

#provider_type"SOURCE_CODE", "DOCUMENTATION"

Returns the value of attribute provider_type.

Returns:

  • ("SOURCE_CODE", "DOCUMENTATION")


1125
1126
1127
# File 'sig/types.rbs', line 1125

def provider_type
  @provider_type
end

#target_url::String

Returns the value of attribute target_url.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def target_url
  @target_url
end