Class: Aws::Types::KxDatabaseConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def database_name
  @database_name
end

#dataview_configurationTypes::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.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def dataview_name
  @dataview_name
end