Class: Aws::Types::GameServerContainerGroupCounts

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)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def active
  @active
end

#idle::Integer

Returns the value of attribute idle.

Returns:

  • (::Integer)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def idle
  @idle
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def pending
  @pending
end

#terminating::Integer

Returns the value of attribute terminating.

Returns:

  • (::Integer)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def terminating
  @terminating
end