Gitlab

data class Gitlab(val value: GitLabDetails) : ServiceDetails

GitLab-specific service details.

Constructors

Link copied to clipboard
constructor(value: GitLabDetails)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this ServiceDetails as a Gitlab and retrieves its aws.sdk.kotlin.services.devopsagent.model.GitLabDetails value. Throws an exception if the ServiceDetails is not a Gitlab.

Link copied to clipboard

Casts this ServiceDetails as a Gitlab and retrieves its aws.sdk.kotlin.services.devopsagent.model.GitLabDetails value. Returns null if the ServiceDetails is not a Gitlab.

Link copied to clipboard

Casts this ServiceDetails as a Mcpserver and retrieves its aws.sdk.kotlin.services.devopsagent.model.McpServerDetails value. Throws an exception if the ServiceDetails is not a Mcpserver.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this ServiceDetails as a Pagerduty and retrieves its aws.sdk.kotlin.services.devopsagent.model.PagerDutyDetails value. Throws an exception if the ServiceDetails is not a Pagerduty.

Link copied to clipboard
Link copied to clipboard