Class: Aws::Types::DbIormConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_name::String

Returns the value of attribute db_name.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def db_name
  @db_name
end

#flash_cache_limit::String

Returns the value of attribute flash_cache_limit.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def flash_cache_limit
  @flash_cache_limit
end

#share::Integer

Returns the value of attribute share.

Returns:

  • (::Integer)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def share
  @share
end