Class: Aws::Types::RelationalDatabaseBundle
- Inherits:
-
Object
- Object
- Aws::Types::RelationalDatabaseBundle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#cpu_count ⇒ ::Integer
Returns the value of attribute cpu_count.
-
#disk_size_in_gb ⇒ ::Integer
Returns the value of attribute disk_size_in_gb.
-
#is_active ⇒ Boolean
Returns the value of attribute is_active.
-
#is_encrypted ⇒ Boolean
Returns the value of attribute is_encrypted.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#price ⇒ ::Float
Returns the value of attribute price.
-
#ram_size_in_gb ⇒ ::Float
Returns the value of attribute ram_size_in_gb.
-
#transfer_per_month_in_gb ⇒ ::Integer
Returns the value of attribute transfer_per_month_in_gb.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def bundle_id @bundle_id end |
#cpu_count ⇒ ::Integer
Returns the value of attribute cpu_count.
2714 2715 2716 |
# File 'sig/types.rbs', line 2714 def cpu_count @cpu_count end |
#disk_size_in_gb ⇒ ::Integer
Returns the value of attribute disk_size_in_gb.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def disk_size_in_gb @disk_size_in_gb end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
2716 2717 2718 |
# File 'sig/types.rbs', line 2716 def is_active @is_active end |
#is_encrypted ⇒ Boolean
Returns the value of attribute is_encrypted.
2715 2716 2717 |
# File 'sig/types.rbs', line 2715 def is_encrypted @is_encrypted end |
#name ⇒ ::String
Returns the value of attribute name.
2709 2710 2711 |
# File 'sig/types.rbs', line 2709 def name @name end |
#price ⇒ ::Float
Returns the value of attribute price.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def price @price end |
#ram_size_in_gb ⇒ ::Float
Returns the value of attribute ram_size_in_gb.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def ram_size_in_gb @ram_size_in_gb end |
#transfer_per_month_in_gb ⇒ ::Integer
Returns the value of attribute transfer_per_month_in_gb.
2713 2714 2715 |
# File 'sig/types.rbs', line 2713 def transfer_per_month_in_gb @transfer_per_month_in_gb end |