Class: Aws::Support::Types::CreateCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::CreateCaseResponse
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/types.rb
Overview
The support case ID returned by a successful completion of the CreateCase operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
The support case ID requested or returned in the call.
Instance Attribute Details
#case_id ⇒ String
The support case ID requested or returned in the call. The case ID is an alphanumeric string in the following format: case-12345678910-2013-c4c1d2bf33c5cf47
639 640 641 642 643 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 639 class CreateCaseResponse < Struct.new( :case_id) SENSITIVE = [] include Aws::Structure end |