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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


51570
51571
51572
51573
51574
51575
# File 'lib/aws-sdk-ec2/types.rb', line 51570

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

#instance_familyString

The instance family.

Returns:

  • (String)


51570
51571
51572
51573
51574
51575
# File 'lib/aws-sdk-ec2/types.rb', line 51570

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