Class: Aws::Types::Bundle
- Inherits:
-
Object
- Object
- Aws::Types::Bundle
- 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.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#is_active ⇒ Boolean
Returns the value of attribute is_active.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#power ⇒ ::Integer
Returns the value of attribute power.
-
#price ⇒ ::Float
Returns the value of attribute price.
-
#public_ipv_4_address_count ⇒ ::Integer
Returns the value of attribute public_ipv_4_address_count.
-
#ram_size_in_gb ⇒ ::Float
Returns the value of attribute ram_size_in_gb.
-
#supported_app_categories ⇒ ::Array[("LfR")]
Returns the value of attribute supported_app_categories.
-
#supported_platforms ⇒ ::Array[("LINUX_UNIX" | "WINDOWS")]
Returns the value of attribute supported_platforms.
-
#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.
271 272 273 |
# File 'sig/types.rbs', line 271 def bundle_id @bundle_id end |
#cpu_count ⇒ ::Integer
Returns the value of attribute cpu_count.
269 270 271 |
# File 'sig/types.rbs', line 269 def cpu_count @cpu_count end |
#disk_size_in_gb ⇒ ::Integer
Returns the value of attribute disk_size_in_gb.
270 271 272 |
# File 'sig/types.rbs', line 270 def disk_size_in_gb @disk_size_in_gb end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
272 273 274 |
# File 'sig/types.rbs', line 272 def instance_type @instance_type end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
273 274 275 |
# File 'sig/types.rbs', line 273 def is_active @is_active end |
#name ⇒ ::String
Returns the value of attribute name.
274 275 276 |
# File 'sig/types.rbs', line 274 def name @name end |
#power ⇒ ::Integer
Returns the value of attribute power.
275 276 277 |
# File 'sig/types.rbs', line 275 def power @power end |
#price ⇒ ::Float
Returns the value of attribute price.
268 269 270 |
# File 'sig/types.rbs', line 268 def price @price end |
#public_ipv_4_address_count ⇒ ::Integer
Returns the value of attribute public_ipv_4_address_count.
280 281 282 |
# File 'sig/types.rbs', line 280 def public_ipv_4_address_count @public_ipv_4_address_count end |
#ram_size_in_gb ⇒ ::Float
Returns the value of attribute ram_size_in_gb.
276 277 278 |
# File 'sig/types.rbs', line 276 def ram_size_in_gb @ram_size_in_gb end |
#supported_app_categories ⇒ ::Array[("LfR")]
Returns the value of attribute supported_app_categories.
279 280 281 |
# File 'sig/types.rbs', line 279 def supported_app_categories @supported_app_categories end |
#supported_platforms ⇒ ::Array[("LINUX_UNIX" | "WINDOWS")]
Returns the value of attribute supported_platforms.
278 279 280 |
# File 'sig/types.rbs', line 278 def supported_platforms @supported_platforms end |
#transfer_per_month_in_gb ⇒ ::Integer
Returns the value of attribute transfer_per_month_in_gb.
277 278 279 |
# File 'sig/types.rbs', line 277 def transfer_per_month_in_gb @transfer_per_month_in_gb end |