Class: Aws::Types::CitationsDelta

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::CitationLocation

Returns the value of attribute location.



199
200
201
# File 'sig/types.rbs', line 199

def location
  @location
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def source
  @source
end

#source_content::Array[Types::CitationSourceContentDelta]

Returns the value of attribute source_content.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def source_content
  @source_content
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def title
  @title
end