Class: Aws::EC2::Types::SuccessfulInstanceCreditSpecificationItem

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

Overview

Describes the T2 or T3 instance whose credit option for CPU usage was successfully modified.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance.

Returns:

  • (String)


35427
35428
35429
35430
# File 'lib/aws-sdk-ec2/types.rb', line 35427

class SuccessfulInstanceCreditSpecificationItem < Struct.new(
  :instance_id)
  include Aws::Structure
end