Class: Aws::Types::SavingsPlansDetails
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def instance_family @instance_family end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def offering_id @offering_id end |
#region ⇒ ::String
Returns the value of attribute region.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def region @region end |