Class: Aws::Types::DynamoDBCatalogSource
- Inherits:
-
Object
- Object
- Aws::Types::DynamoDBCatalogSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ Types::DDBELTCatalogAdditionalOptions
Returns the value of attribute additional_options.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pitr_enabled ⇒ Boolean
Returns the value of attribute pitr_enabled.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#additional_options ⇒ Types::DDBELTCatalogAdditionalOptions
Returns the value of attribute additional_options.
2876 2877 2878 |
# File 'sig/types.rbs', line 2876 def @additional_options end |
#database ⇒ ::String
Returns the value of attribute database.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
2872 2873 2874 |
# File 'sig/types.rbs', line 2872 def name @name end |
#pitr_enabled ⇒ Boolean
Returns the value of attribute pitr_enabled.
2875 2876 2877 |
# File 'sig/types.rbs', line 2875 def pitr_enabled @pitr_enabled end |
#table ⇒ ::String
Returns the value of attribute table.
2874 2875 2876 |
# File 'sig/types.rbs', line 2874 def table @table end |