Method: Aws::CostOptimizationHub::Types::Ec2ReservedInstancesConfiguration#current_generation
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
#current_generation ⇒ String
Determines whether the recommendation is for a current generation instance.
572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 572 class Ec2ReservedInstancesConfiguration < Struct.new( :account_scope, :service, :term, :payment_option, :reserved_instances_region, :upfront_cost, :monthly_recurring_cost, :normalized_units_to_purchase, :number_of_instances_to_purchase, :offering_class, :instance_family, :instance_type, :current_generation, :platform, :tenancy, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |