Class: Aws::Types::ProviderConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProviderConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Azure, JiraCloud, ServiceNow, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#azure ⇒ Types::AzureProviderConfiguration
Returns the value of attribute azure.
-
#jira_cloud ⇒ Types::JiraCloudProviderConfiguration
Returns the value of attribute jira_cloud.
-
#service_now ⇒ Types::ServiceNowProviderConfiguration
Returns the value of attribute service_now.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#azure ⇒ Types::AzureProviderConfiguration
Returns the value of attribute azure.
6926 6927 6928 |
# File 'sig/types.rbs', line 6926 def azure @azure end |
#jira_cloud ⇒ Types::JiraCloudProviderConfiguration
Returns the value of attribute jira_cloud.
6924 6925 6926 |
# File 'sig/types.rbs', line 6924 def jira_cloud @jira_cloud end |
#service_now ⇒ Types::ServiceNowProviderConfiguration
Returns the value of attribute service_now.
6925 6926 6927 |
# File 'sig/types.rbs', line 6925 def service_now @service_now end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6927 6928 6929 |
# File 'sig/types.rbs', line 6927 def unknown @unknown end |