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.
2866 2867 2868 |
# File 'sig/types.rbs', line 2866 def @additional_options end |
#database ⇒ ::String
Returns the value of attribute database.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
2862 2863 2864 |
# File 'sig/types.rbs', line 2862 def name @name end |
#pitr_enabled ⇒ Boolean
Returns the value of attribute pitr_enabled.
2865 2866 2867 |
# File 'sig/types.rbs', line 2865 def pitr_enabled @pitr_enabled end |
#table ⇒ ::String
Returns the value of attribute table.
2864 2865 2866 |
# File 'sig/types.rbs', line 2864 def table @table end |