Class: Aws::Types::ProviderUpdateConfiguration

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

Returns the value of attribute azure.



6967
6968
6969
# File 'sig/types.rbs', line 6967

def azure
  @azure
end

#jira_cloudTypes::JiraCloudUpdateConfiguration

Returns the value of attribute jira_cloud.



6965
6966
6967
# File 'sig/types.rbs', line 6965

def jira_cloud
  @jira_cloud
end

#service_nowTypes::ServiceNowUpdateConfiguration

Returns the value of attribute service_now.



6966
6967
6968
# File 'sig/types.rbs', line 6966

def service_now
  @service_now
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6968
6969
6970
# File 'sig/types.rbs', line 6968

def unknown
  @unknown
end