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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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][2

IAM action in that cluster.

[1]: docs.aws.amazon.com/neptune/latest/userguide/neptune-dfe-statistics.html#neptune-dfe-statistics-errors [2]: docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstatisticsstatus

Returns:

  • (String)


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

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