Class: Aws::Types::ToolResultContentBlock

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

Defined Under Namespace

Classes: Document, Image, Json, SearchResult, Text, Unknown, Video

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#documentTypes::DocumentBlock

Returns the value of attribute document.



1494
1495
1496
# File 'sig/types.rbs', line 1494

def document
  @document
end

#imageTypes::ImageBlock

Returns the value of attribute image.

Returns:



1493
1494
1495
# File 'sig/types.rbs', line 1493

def image
  @image
end

#jsonObject

Returns the value of attribute json.

Returns:

  • (Object)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def json
  @json
end

#search_resultTypes::SearchResultBlock

Returns the value of attribute search_result.



1496
1497
1498
# File 'sig/types.rbs', line 1496

def search_result
  @search_result
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def unknown
  @unknown
end

#videoTypes::VideoBlock

Returns the value of attribute video.

Returns:



1495
1496
1497
# File 'sig/types.rbs', line 1495

def video
  @video
end