Class: Aws::Neptunedata::Types::ManagePropertygraphStatisticsOutput

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::RefreshStatisticsIdMap

This is only returned for refresh mode.



2236
2237
2238
2239
2240
2241
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2236

class ManagePropertygraphStatisticsOutput < 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.

Returns:

  • (String)


2236
2237
2238
2239
2240
2241
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2236

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