Class: Aws::Neptunedata::Types::GetSparqlStatisticsOutput

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 RDF data.

Returns:



1608
1609
1610
1611
1612
1613
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1608

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

When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.

Returns:

  • (String)


1608
1609
1610
1611
1612
1613
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1608

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