Class: Aws::SecurityHub::Types::CreateTicketV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateTicketV2Response
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ticket_id ⇒ String
The ID for the ticketv2.
-
#ticket_src_url ⇒ String
The url to the created ticket.
Instance Attribute Details
#ticket_id ⇒ String
The ID for the ticketv2.
23536 23537 23538 23539 23540 23541 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23536 class CreateTicketV2Response < Struct.new( :ticket_id, :ticket_src_url) SENSITIVE = [] include Aws::Structure end |
#ticket_src_url ⇒ String
The url to the created ticket.
23536 23537 23538 23539 23540 23541 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23536 class CreateTicketV2Response < Struct.new( :ticket_id, :ticket_src_url) SENSITIVE = [] include Aws::Structure end |