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.
6847 6848 6849 |
# File 'sig/types.rbs', line 6847 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
6856 6857 6858 |
# File 'sig/types.rbs', line 6856 def availability_zone_id @availability_zone_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6857 6858 6859 |
# File 'sig/types.rbs', line 6857 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6858 6859 6860 |
# File 'sig/types.rbs', line 6858 def filters @filters end |
#include_marketplace ⇒ Boolean
Returns the value of attribute include_marketplace.
6848 6849 6850 |
# File 'sig/types.rbs', line 6848 def include_marketplace @include_marketplace end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
6859 6860 6861 |
# File 'sig/types.rbs', line 6859 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
6849 6850 6851 |
# File 'sig/types.rbs', line 6849 def instance_type @instance_type end |
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
6850 6851 6852 |
# File 'sig/types.rbs', line 6850 def max_duration @max_duration end |
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
6851 6852 6853 |
# File 'sig/types.rbs', line 6851 def max_instance_count @max_instance_count end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6862 6863 6864 |
# File 'sig/types.rbs', line 6862 def max_results @max_results end |
#min_duration ⇒ ::Integer
Returns the value of attribute min_duration.
6852 6853 6854 |
# File 'sig/types.rbs', line 6852 def min_duration @min_duration end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6861 6862 6863 |
# File 'sig/types.rbs', line 6861 def next_token @next_token end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
6853 6854 6855 |
# File 'sig/types.rbs', line 6853 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
6860 6861 6862 |
# File 'sig/types.rbs', line 6860 def offering_type @offering_type end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
6854 6855 6856 |
# File 'sig/types.rbs', line 6854 def product_description @product_description end |
#reserved_instances_offering_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instances_offering_ids.
6855 6856 6857 |
# File 'sig/types.rbs', line 6855 def reserved_instances_offering_ids @reserved_instances_offering_ids end |