Class: Aws::CostOptimizationHub::Types::ElastiCacheReservedInstancesConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::ElastiCacheReservedInstancesConfiguration
- Defined in:
- gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb
Overview
The ElastiCache reserved instances configuration used for recommendations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_scope ⇒ String
The account scope that you want your recommendations for.
-
#current_generation ⇒ String
Determines whether the recommendation is for a current generation instance.
-
#instance_family ⇒ String
The instance family of the recommended reservation.
-
#instance_type ⇒ String
The type of instance that Amazon Web Services recommends.
-
#monthly_recurring_cost ⇒ String
How much purchasing reserved instances costs you on a monthly basis.
-
#normalized_units_to_purchase ⇒ String
The number of normalized units that Amazon Web Services recommends that you purchase.
-
#number_of_instances_to_purchase ⇒ String
The number of instances that Amazon Web Services recommends that you purchase.
-
#payment_option ⇒ String
The payment option for the commitment.
-
#reserved_instances_region ⇒ String
The Amazon Web Services Region of the commitment.
-
#service ⇒ String
The service that you want your recommendations for.
-
#size_flex_eligible ⇒ Boolean
Determines whether the recommendation is size flexible.
-
#term ⇒ String
The reserved instances recommendation term in years.
-
#upfront_cost ⇒ String
How much purchasing this instance costs you upfront.
Instance Attribute Details
#account_scope ⇒ String
The account scope that you want your recommendations for.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#current_generation ⇒ String
Determines whether the recommendation is for a current generation instance.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#instance_family ⇒ String
The instance family of the recommended reservation.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The type of instance that Amazon Web Services recommends.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#monthly_recurring_cost ⇒ String
How much purchasing reserved instances costs you on a monthly basis.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#normalized_units_to_purchase ⇒ String
The number of normalized units that Amazon Web Services recommends that you purchase.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#number_of_instances_to_purchase ⇒ String
The number of instances that Amazon Web Services recommends that you purchase.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#payment_option ⇒ String
The payment option for the commitment.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#reserved_instances_region ⇒ String
The Amazon Web Services Region of the commitment.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The service that you want your recommendations for.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#size_flex_eligible ⇒ Boolean
Determines whether the recommendation is size flexible.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#term ⇒ String
The reserved instances recommendation term in years.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |
#upfront_cost ⇒ String
How much purchasing this instance costs you upfront.
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 576 class ElastiCacheReservedInstancesConfiguration < Struct.new( :account_scope, :service, :normalized_units_to_purchase, :term, :payment_option, :number_of_instances_to_purchase, :instance_family, :instance_type, :reserved_instances_region, :current_generation, :size_flex_eligible, :upfront_cost, :monthly_recurring_cost) SENSITIVE = [] include Aws::Structure end |