Class: Aws::Types::GetCaseRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_id ⇒ ::String

Returns the value of attribute case_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



650
651
652
# File 'sig/types.rbs', line 650

def fields
  @fields
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def next_token
  @next_token
end