Module: Aws::ConnectCases::Client::_GetCaseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCaseResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #fields ⇒ ::Array[Types::FieldValue]
- #next_token ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #template_id ⇒ ::String
Instance Method Details
#fields ⇒ ::Array[Types::FieldValue]
365 |
# File 'sig/client.rbs', line 365
def fields: () -> ::Array[Types::FieldValue]
|
#next_token ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def next_token: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
368 |
# File 'sig/client.rbs', line 368
def tags: () -> ::Hash[::String, ::String]
|
#template_id ⇒ ::String
366 |
# File 'sig/client.rbs', line 366
def template_id: () -> ::String
|