Class: Aws::EC2::Types::DescribeInstanceCreditSpecificationsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#instance_credit_specificationsArray<Types::InstanceCreditSpecification>

Information about the credit option for CPU usage of an instance.



11852
11853
11854
11855
11856
# File 'lib/aws-sdk-ec2/types.rb', line 11852

class DescribeInstanceCreditSpecificationsResult < Struct.new(
  :instance_credit_specifications,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


11852
11853
11854
11855
11856
# File 'lib/aws-sdk-ec2/types.rb', line 11852

class DescribeInstanceCreditSpecificationsResult < Struct.new(
  :instance_credit_specifications,
  :next_token)
  include Aws::Structure
end