Class: Aws::Types::DescribeReservedInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
-
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
-
#reserved_instances_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instances_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6875 6876 6877 |
# File 'sig/types.rbs', line 6875 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6876 6877 6878 |
# File 'sig/types.rbs', line 6876 def filters @filters end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
6873 6874 6875 |
# File 'sig/types.rbs', line 6873 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
6877 6878 6879 |
# File 'sig/types.rbs', line 6877 def offering_type @offering_type end |
#reserved_instances_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instances_ids.
6874 6875 6876 |
# File 'sig/types.rbs', line 6874 def reserved_instances_ids @reserved_instances_ids end |