Class: Aws::Types::DocumentSource
- Inherits:
-
Object
- Object
- Aws::Types::DocumentSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Bytes, Content, S3Location, Text, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::String
Returns the value of attribute bytes.
-
#content ⇒ ::Array[Types::DocumentContentBlock]
Returns the value of attribute content.
-
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#bytes ⇒ ::String
Returns the value of attribute bytes.
490 491 492 |
# File 'sig/types.rbs', line 490 def bytes @bytes end |
#content ⇒ ::Array[Types::DocumentContentBlock]
Returns the value of attribute content.
493 494 495 |
# File 'sig/types.rbs', line 493 def content @content end |
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
491 492 493 |
# File 'sig/types.rbs', line 491 def s3_location @s3_location end |
#text ⇒ ::String
Returns the value of attribute text.
492 493 494 |
# File 'sig/types.rbs', line 492 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
494 495 496 |
# File 'sig/types.rbs', line 494 def unknown @unknown end |