Class: Aws::Types::DocumentSource

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

Defined Under Namespace

Classes: Bytes, Content, S3Location, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes::String

Returns the value of attribute bytes.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def bytes
  @bytes
end

#content::Array[Types::DocumentContentBlock]

Returns the value of attribute content.

Returns:



493
494
495
# File 'sig/types.rbs', line 493

def content
  @content
end

#s3_locationTypes::S3Location

Returns the value of attribute s3_location.

Returns:



491
492
493
# File 'sig/types.rbs', line 491

def s3_location
  @s3_location
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


494
495
496
# File 'sig/types.rbs', line 494

def unknown
  @unknown
end