Class: Aws::Neptunedata::Types::GetSparqlStatisticsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetSparqlStatisticsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Types::Statistics
Statistics for RDF data.
-
#status ⇒ String
The HTTP return code of the request.
Instance Attribute Details
#payload ⇒ Types::Statistics
Statistics for RDF data.
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 |
#status ⇒ String
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
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 |