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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/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 'gems/aws-sdk-neptunedata/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.

Returns:

  • (String)


1420
1421
1422
1423
1424
1425
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1420

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