Class: Aws::Neptunedata::Types::GetSparqlStatisticsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetSparqlStatisticsOutput
- Defined in:
- gems/aws-sdk-neptunedata/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 'gems/aws-sdk-neptunedata/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 IAM action in that cluster.
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 |