Class: Aws::Types::AdditionalServiceDetails
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalServiceDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Azuredevops, Azureidentity, Github, Gitlab, Mcpserver, Mcpserverdatadog, Mcpservergrafana, Mcpservernewrelic, Mcpserversigv4, Mcpserversplunk, Pagerduty, Remoteagent, Remoteagentsigv4, Servicenow, Slack, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#azuredevops ⇒ Types::RegisteredAzureDevOpsServiceDetails
Returns the value of attribute azuredevops.
-
#azureidentity ⇒ Types::RegisteredAzureIdentityDetails
Returns the value of attribute azureidentity.
-
#github ⇒ Types::RegisteredGithubServiceDetails
Returns the value of attribute github.
-
#gitlab ⇒ Types::RegisteredGitLabServiceDetails
Returns the value of attribute gitlab.
-
#mcpserver ⇒ Types::RegisteredMCPServerDetails
Returns the value of attribute mcpserver.
-
#mcpserverdatadog ⇒ Types::RegisteredMCPServerDetails
Returns the value of attribute mcpserverdatadog.
-
#mcpservergrafana ⇒ Types::RegisteredGrafanaServerDetails
Returns the value of attribute mcpservergrafana.
-
#mcpservernewrelic ⇒ Types::RegisteredNewRelicDetails
Returns the value of attribute mcpservernewrelic.
-
#mcpserversigv4 ⇒ Types::RegisteredMCPServerSigV4Details
Returns the value of attribute mcpserversigv4.
-
#mcpserversplunk ⇒ Types::RegisteredMCPServerDetails
Returns the value of attribute mcpserversplunk.
-
#pagerduty ⇒ Types::RegisteredPagerDutyDetails
Returns the value of attribute pagerduty.
-
#remoteagent ⇒ Types::RegisteredRemoteAgentDetails
Returns the value of attribute remoteagent.
-
#remoteagentsigv4 ⇒ Types::RegisteredRemoteAgentSigV4Details
Returns the value of attribute remoteagentsigv4.
-
#servicenow ⇒ Types::RegisteredServiceNowDetails
Returns the value of attribute servicenow.
-
#slack ⇒ Types::RegisteredSlackServiceDetails
Returns the value of attribute slack.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#azuredevops ⇒ Types::RegisteredAzureDevOpsServiceDetails
Returns the value of attribute azuredevops.
34 35 36 |
# File 'sig/types.rbs', line 34 def azuredevops @azuredevops end |
#azureidentity ⇒ Types::RegisteredAzureIdentityDetails
Returns the value of attribute azureidentity.
35 36 37 |
# File 'sig/types.rbs', line 35 def azureidentity @azureidentity end |
#github ⇒ Types::RegisteredGithubServiceDetails
Returns the value of attribute github.
26 27 28 |
# File 'sig/types.rbs', line 26 def github @github end |
#gitlab ⇒ Types::RegisteredGitLabServiceDetails
Returns the value of attribute gitlab.
31 32 33 |
# File 'sig/types.rbs', line 31 def gitlab @gitlab end |
#mcpserver ⇒ Types::RegisteredMCPServerDetails
Returns the value of attribute mcpserver.
29 30 31 |
# File 'sig/types.rbs', line 29 def mcpserver @mcpserver end |
#mcpserverdatadog ⇒ Types::RegisteredMCPServerDetails
Returns the value of attribute mcpserverdatadog.
28 29 30 |
# File 'sig/types.rbs', line 28 def mcpserverdatadog @mcpserverdatadog end |
#mcpservergrafana ⇒ Types::RegisteredGrafanaServerDetails
Returns the value of attribute mcpservergrafana.
36 37 38 |
# File 'sig/types.rbs', line 36 def mcpservergrafana @mcpservergrafana end |
#mcpservernewrelic ⇒ Types::RegisteredNewRelicDetails
Returns the value of attribute mcpservernewrelic.
33 34 35 |
# File 'sig/types.rbs', line 33 def mcpservernewrelic @mcpservernewrelic end |
#mcpserversigv4 ⇒ Types::RegisteredMCPServerSigV4Details
Returns the value of attribute mcpserversigv4.
38 39 40 |
# File 'sig/types.rbs', line 38 def mcpserversigv4 @mcpserversigv4 end |
#mcpserversplunk ⇒ Types::RegisteredMCPServerDetails
Returns the value of attribute mcpserversplunk.
32 33 34 |
# File 'sig/types.rbs', line 32 def mcpserversplunk @mcpserversplunk end |
#pagerduty ⇒ Types::RegisteredPagerDutyDetails
Returns the value of attribute pagerduty.
37 38 39 |
# File 'sig/types.rbs', line 37 def pagerduty @pagerduty end |
#remoteagent ⇒ Types::RegisteredRemoteAgentDetails
Returns the value of attribute remoteagent.
39 40 41 |
# File 'sig/types.rbs', line 39 def remoteagent @remoteagent end |
#remoteagentsigv4 ⇒ Types::RegisteredRemoteAgentSigV4Details
Returns the value of attribute remoteagentsigv4.
40 41 42 |
# File 'sig/types.rbs', line 40 def remoteagentsigv4 @remoteagentsigv4 end |
#servicenow ⇒ Types::RegisteredServiceNowDetails
Returns the value of attribute servicenow.
30 31 32 |
# File 'sig/types.rbs', line 30 def servicenow @servicenow end |
#slack ⇒ Types::RegisteredSlackServiceDetails
Returns the value of attribute slack.
27 28 29 |
# File 'sig/types.rbs', line 27 def slack @slack end |
#unknown ⇒ Object
Returns the value of attribute unknown.
41 42 43 |
# File 'sig/types.rbs', line 41 def unknown @unknown end |