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.
7120 7121 7122 |
# File 'sig/types.rbs', line 7120 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
7129 7130 7131 |
# File 'sig/types.rbs', line 7129 def availability_zone_id @availability_zone_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7130 7131 7132 |
# File 'sig/types.rbs', line 7130 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7131 7132 7133 |
# File 'sig/types.rbs', line 7131 def filters @filters end |
#include_marketplace ⇒ Boolean
Returns the value of attribute include_marketplace.
7121 7122 7123 |
# File 'sig/types.rbs', line 7121 def include_marketplace @include_marketplace end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
7132 7133 7134 |
# File 'sig/types.rbs', line 7132 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
7122 7123 7124 |
# File 'sig/types.rbs', line 7122 def instance_type @instance_type end |
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
7123 7124 7125 |
# File 'sig/types.rbs', line 7123 def max_duration @max_duration end |
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
7124 7125 7126 |
# File 'sig/types.rbs', line 7124 def max_instance_count @max_instance_count end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7135 7136 7137 |
# File 'sig/types.rbs', line 7135 def max_results @max_results end |
#min_duration ⇒ ::Integer
Returns the value of attribute min_duration.
7125 7126 7127 |
# File 'sig/types.rbs', line 7125 def min_duration @min_duration end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7134 7135 7136 |
# File 'sig/types.rbs', line 7134 def next_token @next_token end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
7126 7127 7128 |
# File 'sig/types.rbs', line 7126 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
7133 7134 7135 |
# File 'sig/types.rbs', line 7133 def offering_type @offering_type end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
7127 7128 7129 |
# File 'sig/types.rbs', line 7127 def product_description @product_description end |
#reserved_instances_offering_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instances_offering_ids.
7128 7129 7130 |
# File 'sig/types.rbs', line 7128 def reserved_instances_offering_ids @reserved_instances_offering_ids end |