Class: Aws::Types::ServiceNowConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"HTTP_BASIC", "OAUTH2"

Returns the value of attribute authentication_type.

Returns:

  • ("HTTP_BASIC", "OAUTH2")


1809
1810
1811
# File 'sig/types.rbs', line 1809

def authentication_type
  @authentication_type
end

#host_url::String

Returns the value of attribute host_url.

Returns:

  • (::String)


1804
1805
1806
# File 'sig/types.rbs', line 1804

def host_url
  @host_url
end

#knowledge_article_configurationTypes::ServiceNowKnowledgeArticleConfiguration

Returns the value of attribute knowledge_article_configuration.



1807
1808
1809
# File 'sig/types.rbs', line 1807

def knowledge_article_configuration
  @knowledge_article_configuration
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


1805
1806
1807
# File 'sig/types.rbs', line 1805

def secret_arn
  @secret_arn
end

#service_catalog_configurationTypes::ServiceNowServiceCatalogConfiguration

Returns the value of attribute service_catalog_configuration.



1808
1809
1810
# File 'sig/types.rbs', line 1808

def service_catalog_configuration
  @service_catalog_configuration
end

#service_now_build_version"LONDON", "OTHERS"

Returns the value of attribute service_now_build_version.

Returns:

  • ("LONDON", "OTHERS")


1806
1807
1808
# File 'sig/types.rbs', line 1806

def service_now_build_version
  @service_now_build_version
end