Class: Aws::Types::Citation

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.



130
131
132
# File 'sig/types.rbs', line 130

def location
  @location
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def source
  @source
end

#source_content::Array[Types::CitationSourceContent]

Returns the value of attribute source_content.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def source_content
  @source_content
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def title
  @title
end