Class: Aws::Types::KxDatabaseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KxDatabaseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_configurations ⇒ ::Array[Types::KxDatabaseCacheConfiguration]
Returns the value of attribute cache_configurations.
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#dataview_configuration ⇒ Types::KxDataviewConfiguration
Returns the value of attribute dataview_configuration.
-
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
Instance Attribute Details
#cache_configurations ⇒ ::Array[Types::KxDatabaseCacheConfiguration]
Returns the value of attribute cache_configurations.
686 687 688 |
# File 'sig/types.rbs', line 686 def cache_configurations @cache_configurations end |
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
687 688 689 |
# File 'sig/types.rbs', line 687 def changeset_id @changeset_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
685 686 687 |
# File 'sig/types.rbs', line 685 def database_name @database_name end |
#dataview_configuration ⇒ Types::KxDataviewConfiguration
Returns the value of attribute dataview_configuration.
689 690 691 |
# File 'sig/types.rbs', line 689 def dataview_configuration @dataview_configuration end |
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
688 689 690 |
# File 'sig/types.rbs', line 688 def dataview_name @dataview_name end |