Class: Aws::Types::ReadOptions
- Inherits:
-
Object
- Object
- Aws::Types::ReadOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#encoding ⇒ ::String
Returns the value of attribute encoding.
-
#escape ⇒ ::String
Returns the value of attribute escape.
-
#escape_quotes ⇒ Boolean
Returns the value of attribute escape_quotes.
-
#header ⇒ Boolean
Returns the value of attribute header.
-
#line_sep ⇒ ::String
Returns the value of attribute line_sep.
-
#quote ⇒ ::String
Returns the value of attribute quote.
-
#quote_all ⇒ Boolean
Returns the value of attribute quote_all.
-
#sep ⇒ ::String
Returns the value of attribute sep.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def comment @comment end |
#encoding ⇒ ::String
Returns the value of attribute encoding.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def encoding @encoding end |
#escape ⇒ ::String
Returns the value of attribute escape.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def escape @escape end |
#escape_quotes ⇒ Boolean
Returns the value of attribute escape_quotes.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def escape_quotes @escape_quotes end |
#header ⇒ Boolean
Returns the value of attribute header.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def header @header end |
#line_sep ⇒ ::String
Returns the value of attribute line_sep.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def line_sep @line_sep end |
#quote ⇒ ::String
Returns the value of attribute quote.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def quote @quote end |
#quote_all ⇒ Boolean
Returns the value of attribute quote_all.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def quote_all @quote_all end |
#sep ⇒ ::String
Returns the value of attribute sep.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def sep @sep end |