Class: Aws::Neptunedata::Types::ManagePropertygraphStatisticsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ManagePropertygraphStatisticsOutput
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Types::RefreshStatisticsIdMap
This is only returned for refresh mode.
-
#status ⇒ String
The HTTP return code of the request.
Instance Attribute Details
#payload ⇒ Types::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 |
#status ⇒ String
The HTTP return code of the request. If the request succeeded, the code is 200.
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 |