Class: Aws::Types::ProviderDetail

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::AzureDetail

Returns the value of attribute azure.

Returns:



6943
6944
6945
# File 'sig/types.rbs', line 6943

def azure
  @azure
end

#jira_cloudTypes::JiraCloudDetail

Returns the value of attribute jira_cloud.



6941
6942
6943
# File 'sig/types.rbs', line 6941

def jira_cloud
  @jira_cloud
end

#service_nowTypes::ServiceNowDetail

Returns the value of attribute service_now.



6942
6943
6944
# File 'sig/types.rbs', line 6942

def service_now
  @service_now
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6944
6945
6946
# File 'sig/types.rbs', line 6944

def unknown
  @unknown
end