Class: Aws::SecurityHub::Types::CreateTicketV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateTicketV2Response
- Includes:
- Aws::Structure
- Defined in:
- 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.
23553 23554 23555 23556 23557 23558 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23553 class CreateTicketV2Response < Struct.new( :ticket_id, :ticket_src_url) SENSITIVE = [] include Aws::Structure end |
#ticket_src_url ⇒ String
The url to the created ticket.
23553 23554 23555 23556 23557 23558 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23553 class CreateTicketV2Response < Struct.new( :ticket_id, :ticket_src_url) SENSITIVE = [] include Aws::Structure end |