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

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

Overview

Describes a Reserved Instance listing state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

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

Returns:

  • (Integer)


39154
39155
39156
39157
39158
39159
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39154

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

#stateString

The states of the listed Reserved Instances.

Returns:

  • (String)


39154
39155
39156
39157
39158
39159
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39154

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