Class: Aws::Types::EC2InstanceCounts

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active::Integer

Returns the value of attribute active.

Returns:

  • (::Integer)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def active
  @active
end

#desired::Integer

Returns the value of attribute desired.

Returns:

  • (::Integer)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def desired
  @desired
end

#idle::Integer

Returns the value of attribute idle.

Returns:

  • (::Integer)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def idle
  @idle
end

#maximum::Integer

Returns the value of attribute maximum.

Returns:

  • (::Integer)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def maximum
  @maximum
end

#minimum::Integer

Returns the value of attribute minimum.

Returns:

  • (::Integer)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def minimum
  @minimum
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def pending
  @pending
end

#terminating::Integer

Returns the value of attribute terminating.

Returns:

  • (::Integer)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def terminating
  @terminating
end