Class: Aws::Types::StoreOptions
- Inherits:
-
Object
- Object
- Aws::Types::StoreOptions
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: TsvStoreOptions, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tsv_store_options ⇒ Types::TsvStoreOptions
Returns the value of attribute tsv_store_options.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#tsv_store_options ⇒ Types::TsvStoreOptions
Returns the value of attribute tsv_store_options.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def @tsv_store_options end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def unknown @unknown end |