Class: Aws::PrivateNetworks::Types::PingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::PingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Information about the health of the service.
Instance Attribute Details
#status ⇒ String
Information about the health of the service.
1431 1432 1433 1434 1435 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1431 class PingResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |