Class: Aws::Types::ServiceNowConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNowConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "HTTP_BASIC", "OAUTH2"
Returns the value of attribute authentication_type.
-
#host_url ⇒ ::String
Returns the value of attribute host_url.
-
#knowledge_article_configuration ⇒ Types::ServiceNowKnowledgeArticleConfiguration
Returns the value of attribute knowledge_article_configuration.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#service_catalog_configuration ⇒ Types::ServiceNowServiceCatalogConfiguration
Returns the value of attribute service_catalog_configuration.
-
#service_now_build_version ⇒ "LONDON", "OTHERS"
Returns the value of attribute service_now_build_version.
Instance Attribute Details
#authentication_type ⇒ "HTTP_BASIC", "OAUTH2"
Returns the value of attribute authentication_type.
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.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def host_url @host_url end |
#knowledge_article_configuration ⇒ Types::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.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def secret_arn @secret_arn end |
#service_catalog_configuration ⇒ Types::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.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def service_now_build_version @service_now_build_version end |