Class: Aws::Types::DocumentBlock
- Inherits:
-
Object
- Object
- Aws::Types::DocumentBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#citations ⇒ Types::CitationsConfig
Returns the value of attribute citations.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#format ⇒ "pdf", ...
Returns the value of attribute format.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ Types::DocumentSource
Returns the value of attribute source.
Instance Attribute Details
#citations ⇒ Types::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.
452 453 454 |
# File 'sig/types.rbs', line 452 def context @context end |
#format ⇒ "pdf", ...
Returns the value of attribute format.
449 450 451 |
# File 'sig/types.rbs', line 449 def format @format end |
#name ⇒ ::String
Returns the value of attribute name.
450 451 452 |
# File 'sig/types.rbs', line 450 def name @name end |
#source ⇒ Types::DocumentSource
Returns the value of attribute source.
451 452 453 |
# File 'sig/types.rbs', line 451 def source @source end |