Class: Aws::Neptunedata::Types::ManageSparqlStatisticsOutput

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.



2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2268

class ManageSparqlStatisticsOutput < 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)


2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2268

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