Class: Aws::Types::DescribeReservedInstancesOfferingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedInstancesOfferingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#include_marketplace ⇒ Boolean
Returns the value of attribute include_marketplace.
-
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
-
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
-
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
-
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#min_duration ⇒ ::Integer
Returns the value of attribute min_duration.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
-
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
-
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
-
#reserved_instances_offering_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instances_offering_ids.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
7030 7031 7032 |
# File 'sig/types.rbs', line 7030 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
7039 7040 7041 |
# File 'sig/types.rbs', line 7039 def availability_zone_id @availability_zone_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7040 7041 7042 |
# File 'sig/types.rbs', line 7040 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7041 7042 7043 |
# File 'sig/types.rbs', line 7041 def filters @filters end |
#include_marketplace ⇒ Boolean
Returns the value of attribute include_marketplace.
7031 7032 7033 |
# File 'sig/types.rbs', line 7031 def include_marketplace @include_marketplace end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
7042 7043 7044 |
# File 'sig/types.rbs', line 7042 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
7032 7033 7034 |
# File 'sig/types.rbs', line 7032 def instance_type @instance_type end |
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
7033 7034 7035 |
# File 'sig/types.rbs', line 7033 def max_duration @max_duration end |
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
7034 7035 7036 |
# File 'sig/types.rbs', line 7034 def max_instance_count @max_instance_count end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7045 7046 7047 |
# File 'sig/types.rbs', line 7045 def max_results @max_results end |
#min_duration ⇒ ::Integer
Returns the value of attribute min_duration.
7035 7036 7037 |
# File 'sig/types.rbs', line 7035 def min_duration @min_duration end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7044 7045 7046 |
# File 'sig/types.rbs', line 7044 def next_token @next_token end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
7036 7037 7038 |
# File 'sig/types.rbs', line 7036 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
7043 7044 7045 |
# File 'sig/types.rbs', line 7043 def offering_type @offering_type end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
7037 7038 7039 |
# File 'sig/types.rbs', line 7037 def product_description @product_description end |
#reserved_instances_offering_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instances_offering_ids.
7038 7039 7040 |
# File 'sig/types.rbs', line 7038 def reserved_instances_offering_ids @reserved_instances_offering_ids end |