Class: Aws::EC2::Types::SuccessfulInstanceCreditSpecificationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SuccessfulInstanceCreditSpecificationItem
- 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_id ⇒ String
The ID of the instance.
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance.
68092 68093 68094 68095 68096 |
# File 'lib/aws-sdk-ec2/types.rb', line 68092 class SuccessfulInstanceCreditSpecificationItem < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |