Class: Aws::Types::DDBELTCatalogAdditionalOptions
- Inherits:
-
Object
- Object
- Aws::Types::DDBELTCatalogAdditionalOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamodb_export ⇒ ::String
Returns the value of attribute dynamodb_export.
-
#dynamodb_unnest_ddb_json ⇒ Boolean
Returns the value of attribute dynamodb_unnest_ddb_json.
Instance Attribute Details
#dynamodb_export ⇒ ::String
Returns the value of attribute dynamodb_export.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def dynamodb_export @dynamodb_export end |
#dynamodb_unnest_ddb_json ⇒ Boolean
Returns the value of attribute dynamodb_unnest_ddb_json.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def dynamodb_unnest_ddb_json @dynamodb_unnest_ddb_json end |