Class: Aws::Neptunedata::Types::ManageSparqlStatisticsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ManageSparqlStatisticsOutput
- Includes:
- Structure
- Defined in:
- 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.
2268 2269 2270 2271 2272 2273 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2268 class ManageSparqlStatisticsOutput < 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.
2268 2269 2270 2271 2272 2273 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2268 class ManageSparqlStatisticsOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |