Class: Aws::Types::CreateTicketV2Response
- Inherits:
-
Object
- Object
- Aws::Types::CreateTicketV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ticket_id ⇒ ::String
Returns the value of attribute ticket_id.
-
#ticket_src_url ⇒ ::String
Returns the value of attribute ticket_src_url.
Instance Attribute Details
#ticket_id ⇒ ::String
Returns the value of attribute ticket_id.
5256 5257 5258 |
# File 'sig/types.rbs', line 5256 def ticket_id @ticket_id end |
#ticket_src_url ⇒ ::String
Returns the value of attribute ticket_src_url.
5257 5258 5259 |
# File 'sig/types.rbs', line 5257 def ticket_src_url @ticket_src_url end |