Class: Aws::EC2::Types::UnsuccessfulInstanceCreditSpecificationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UnsuccessfulInstanceCreditSpecificationItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the burstable performance instance whose credit option for CPU usage was not modified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::UnsuccessfulInstanceCreditSpecificationItemError
The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.
-
#instance_id ⇒ String
The ID of the instance.
Instance Attribute Details
#error ⇒ Types::UnsuccessfulInstanceCreditSpecificationItemError
The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.
70832 70833 70834 70835 70836 70837 |
# File 'lib/aws-sdk-ec2/types.rb', line 70832 class UnsuccessfulInstanceCreditSpecificationItem < Struct.new( :instance_id, :error) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
70832 70833 70834 70835 70836 70837 |
# File 'lib/aws-sdk-ec2/types.rb', line 70832 class UnsuccessfulInstanceCreditSpecificationItem < Struct.new( :instance_id, :error) SENSITIVE = [] include Aws::Structure end |