Class: Aws::Types::ProviderConfiguration

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

Defined Under Namespace

Classes: Azure, JiraCloud, ServiceNow, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#azureTypes::AzureProviderConfiguration

Returns the value of attribute azure.



6926
6927
6928
# File 'sig/types.rbs', line 6926

def azure
  @azure
end

#jira_cloudTypes::JiraCloudProviderConfiguration

Returns the value of attribute jira_cloud.



6924
6925
6926
# File 'sig/types.rbs', line 6924

def jira_cloud
  @jira_cloud
end

#service_nowTypes::ServiceNowProviderConfiguration

Returns the value of attribute service_now.



6925
6926
6927
# File 'sig/types.rbs', line 6925

def service_now
  @service_now
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6927
6928
6929
# File 'sig/types.rbs', line 6927

def unknown
  @unknown
end