Class: Aws::Types::GetCaseResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute fields.

Returns:



656
657
658
# File 'sig/types.rbs', line 656

def fields
  @fields
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

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


659
660
661
# File 'sig/types.rbs', line 659

def tags
  @tags
end

#template_id ⇒ ::String

Returns the value of attribute template_id.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def template_id
  @template_id
end