Class: Aws::Types::ReadOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def comment
  @comment
end

#encoding::String

Returns the value of attribute encoding.

Returns:

  • (::String)


1803
1804
1805
# File 'sig/types.rbs', line 1803

def encoding
  @encoding
end

#escape::String

Returns the value of attribute escape.

Returns:

  • (::String)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def escape
  @escape
end

#escape_quotesBoolean

Returns the value of attribute escape_quotes.

Returns:

  • (Boolean)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def escape_quotes
  @escape_quotes
end

#headerBoolean

Returns the value of attribute header.

Returns:

  • (Boolean)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def header
  @header
end

#line_sep::String

Returns the value of attribute line_sep.

Returns:

  • (::String)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def line_sep
  @line_sep
end

#quote::String

Returns the value of attribute quote.

Returns:

  • (::String)


1804
1805
1806
# File 'sig/types.rbs', line 1804

def quote
  @quote
end

#quote_allBoolean

Returns the value of attribute quote_all.

Returns:

  • (Boolean)


1805
1806
1807
# File 'sig/types.rbs', line 1805

def quote_all
  @quote_all
end

#sep::String

Returns the value of attribute sep.

Returns:

  • (::String)


1802
1803
1804
# File 'sig/types.rbs', line 1802

def sep
  @sep
end