Class: Aws::Types::SupportedInstanceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SupportedInstanceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_mode ⇒ "MONTHLY", "HOURLY"
Returns the value of attribute billing_mode.
-
#platform_type ⇒ "Windows", ...
Returns the value of attribute platform_type.
-
#tenancy ⇒ "SHARED", "DEDICATED"
Returns the value of attribute tenancy.
Instance Attribute Details
#billing_mode ⇒ "MONTHLY", "HOURLY"
Returns the value of attribute billing_mode.
436 437 438 |
# File 'sig/types.rbs', line 436 def billing_mode @billing_mode end |
#platform_type ⇒ "Windows", ...
Returns the value of attribute platform_type.
437 438 439 |
# File 'sig/types.rbs', line 437 def platform_type @platform_type end |
#tenancy ⇒ "SHARED", "DEDICATED"
Returns the value of attribute tenancy.
438 439 440 |
# File 'sig/types.rbs', line 438 def tenancy @tenancy end |