Class: Aws::Neptunedata::Types::DeleteSparqlStatisticsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::DeleteSparqlStatisticsOutput
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Types::DeleteStatisticsValueMap
The deletion payload.
-
#status ⇒ String
The cancel status.
-
#status_code ⇒ Integer
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
Instance Attribute Details
#payload ⇒ Types::DeleteStatisticsValueMap
The deletion payload.
616 617 618 619 620 621 622 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 616 class DeleteSparqlStatisticsOutput < Struct.new( :status_code, :status, :payload) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The cancel status.
616 617 618 619 620 621 622 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 616 class DeleteSparqlStatisticsOutput < Struct.new( :status_code, :status, :payload) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ Integer
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
616 617 618 619 620 621 622 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 616 class DeleteSparqlStatisticsOutput < Struct.new( :status_code, :status, :payload) SENSITIVE = [] include Aws::Structure end |