Class: Aws::Types::GetCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#fields ⇒ ::Array[Types::FieldIdentifier]
Returns the value of attribute fields.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
648 649 650 |
# File 'sig/types.rbs', line 648 def case_id @case_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
649 650 651 |
# File 'sig/types.rbs', line 649 def domain_id @domain_id end |
#fields ⇒ ::Array[Types::FieldIdentifier]
Returns the value of attribute fields.
650 651 652 |
# File 'sig/types.rbs', line 650 def fields @fields end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
651 652 653 |
# File 'sig/types.rbs', line 651 def next_token @next_token end |