Class: Aws::Neptunedata::Types::DeleteSparqlStatisticsOutput

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::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

#statusString

The cancel status.

Returns:

  • (String)


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_codeInteger

The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.

Returns:

  • (Integer)


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