Class: Aws::EC2::Types::InstanceFamilyCreditSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the default credit option for CPU usage of a burstable performance instance family.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_creditsString

The default credit option for CPU usage of the instance family. Valid values are standard and unlimited.

Returns:

  • (String)


39432
39433
39434
39435
39436
39437
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39432

class InstanceFamilyCreditSpecification < Struct.new(
  :instance_family,
  :cpu_credits)
  SENSITIVE = []
  include Aws::Structure
end

#instance_familyString

The instance family.

Returns:

  • (String)


39432
39433
39434
39435
39436
39437
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39432

class InstanceFamilyCreditSpecification < Struct.new(
  :instance_family,
  :cpu_credits)
  SENSITIVE = []
  include Aws::Structure
end