Class: Aws::Neptunedata::Types::GetPropertygraphStatisticsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payloadTypes::Statistics

Statistics for property-graph data.

Returns:



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

#statusString

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.

[1]: docs.aws.amazon.com/neptune/latest/userguide/neptune-dfe-statistics.html#neptune-dfe-statistics-errors

Returns:

  • (String)


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