Class: Aws::EC2::Types::InstanceCount

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

Overview

Describes a Reserved Instance listing state.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

The number of listed Reserved Instances in the state specified by the ‘state`.

Returns:

  • (Integer)


18281
18282
18283
18284
18285
# File 'lib/aws-sdk-ec2/types.rb', line 18281

class InstanceCount < Struct.new(
  :instance_count,
  :state)
  include Aws::Structure
end

#stateString

The states of the listed Reserved Instances.

Returns:

  • (String)


18281
18282
18283
18284
18285
# File 'lib/aws-sdk-ec2/types.rb', line 18281

class InstanceCount < Struct.new(
  :instance_count,
  :state)
  include Aws::Structure
end