Class: Aws::Neptunedata::Types::GetPropertygraphStatisticsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetPropertygraphStatisticsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Types::Statistics
Statistics for property-graph data.
-
#status ⇒ String
The HTTP return code of the request.
Instance Attribute Details
#payload ⇒ Types::Statistics
Statistics for property-graph data.
1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1420 class GetPropertygraphStatisticsOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The HTTP return code of the request. If the request succeeded, the code is 200. See [Common error codes for DFE statistics request] for a list of common errors.
1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1420 class GetPropertygraphStatisticsOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |