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

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

Overview

Describes the burstable performance instance whose credit option for CPU usage was successfully modified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance.

Returns:

  • (String)


71109
71110
71111
71112
71113
# File 'lib/aws-sdk-ec2/types.rb', line 71109

class SuccessfulInstanceCreditSpecificationItem < Struct.new(
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end