Class: Aws::Types::GetCaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCaseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::FieldValue]
Returns the value of attribute fields.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#fields ⇒ ::Array[Types::FieldValue]
Returns the value of attribute fields.
656 657 658 |
# File 'sig/types.rbs', line 656 def fields @fields end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
658 659 660 |
# File 'sig/types.rbs', line 658 def next_token @next_token end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
659 660 661 |
# File 'sig/types.rbs', line 659 def @tags end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
657 658 659 |
# File 'sig/types.rbs', line 657 def template_id @template_id end |