Class: Aws::SecurityHub::Types::ServiceNowDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ServiceNowDetail
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Information about a ServiceNow ITSM integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_status ⇒ String
The status of the authorization between ServiceNow and the service.
-
#instance_name ⇒ String
The instanceName of ServiceNow ITSM.
-
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.
Instance Attribute Details
#auth_status ⇒ String
The status of the authorization between ServiceNow and the service.
31351 31352 31353 31354 31355 31356 31357 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31351 class ServiceNowDetail < Struct.new( :instance_name, :secret_arn, :auth_status) SENSITIVE = [] include Aws::Structure end |
#instance_name ⇒ String
The instanceName of ServiceNow ITSM.
31351 31352 31353 31354 31355 31356 31357 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31351 class ServiceNowDetail < Struct.new( :instance_name, :secret_arn, :auth_status) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.
31351 31352 31353 31354 31355 31356 31357 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31351 class ServiceNowDetail < Struct.new( :instance_name, :secret_arn, :auth_status) SENSITIVE = [] include Aws::Structure end |