Class: Aws::Types::ToolResultBlockDelta

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

Defined Under Namespace

Classes: Json, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#jsonObject

Returns the value of attribute json.

Returns:

  • (Object)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def json
  @json
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def unknown
  @unknown
end