Class: Aws::SecurityHub::Types::CreateTicketV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateTicketV2Request
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client idempotency token.
-
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
-
#finding_metadata_uid ⇒ String
The the unique ID for the finding.
-
#mode ⇒ String
The mode for ticket creation.
Instance Attribute Details
#client_token ⇒ String
The client idempotency token.
A suitable default value is auto-generated. You should normally not need to pass this option.
23509 23510 23511 23512 23513 23514 23515 23516 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23509 class CreateTicketV2Request < Struct.new( :connector_id, :finding_metadata_uid, :client_token, :mode) SENSITIVE = [] include Aws::Structure end |
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
23509 23510 23511 23512 23513 23514 23515 23516 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23509 class CreateTicketV2Request < Struct.new( :connector_id, :finding_metadata_uid, :client_token, :mode) SENSITIVE = [] include Aws::Structure end |
#finding_metadata_uid ⇒ String
The the unique ID for the finding.
23509 23510 23511 23512 23513 23514 23515 23516 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23509 class CreateTicketV2Request < Struct.new( :connector_id, :finding_metadata_uid, :client_token, :mode) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The mode for ticket creation. When set to DRYRUN, the ticket is created using a Security Hub owned template test finding to verify the integration is working correctly.
23509 23510 23511 23512 23513 23514 23515 23516 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23509 class CreateTicketV2Request < Struct.new( :connector_id, :finding_metadata_uid, :client_token, :mode) SENSITIVE = [] include Aws::Structure end |