Class: Aws::Types::SearchCasesResponseItem

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)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def case_id
  @case_id
end

#fields ⇒ ::Array[Types::FieldValue]

Returns the value of attribute fields.

Returns:



1105
1106
1107
# File 'sig/types.rbs', line 1105

def fields
  @fields
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1106
1107
1108
# File 'sig/types.rbs', line 1106

def tags
  @tags
end

#template_id ⇒ ::String

Returns the value of attribute template_id.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def template_id
  @template_id
end