Class: Aws::Types::ServerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


614
615
616
# File 'sig/types.rbs', line 614

def count
  @count
end

#server_os_type"WindowsServer", ...

Returns the value of attribute server_os_type.

Returns:

  • ("WindowsServer", "AmazonLinux", "EndOfSupportWindowsServer", "Redhat", "Other")


613
614
615
# File 'sig/types.rbs', line 613

def server_os_type
  @server_os_type
end