Class: Aws::Types::DbIormConfig
- Inherits:
-
Object
- Object
- Aws::Types::DbIormConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_name ⇒ ::String
Returns the value of attribute db_name.
-
#flash_cache_limit ⇒ ::String
Returns the value of attribute flash_cache_limit.
-
#share ⇒ ::Integer
Returns the value of attribute share.
Instance Attribute Details
#db_name ⇒ ::String
Returns the value of attribute db_name.
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.
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.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def share @share end |