Class: Aws::PrivateNetworks::Types::PingResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Information about the health of the service.

Returns:

  • (String)


1431
1432
1433
1434
1435
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1431

class PingResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end