Class: Aws::Types::DocumentBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#citationsTypes::CitationsConfig

Returns the value of attribute citations.



453
454
455
# File 'sig/types.rbs', line 453

def citations
  @citations
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def context
  @context
end

#format"pdf", ...

Returns the value of attribute format.

Returns:

  • ("pdf", "csv", "doc", "docx", "xls", "xlsx", "html", "txt", "md")


449
450
451
# File 'sig/types.rbs', line 449

def format
  @format
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def name
  @name
end

#sourceTypes::DocumentSource

Returns the value of attribute source.



451
452
453
# File 'sig/types.rbs', line 451

def source
  @source
end