Class: Aws::Neptunedata::Types::DeletePropertygraphStatisticsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::DeletePropertygraphStatisticsOutput
- Includes:
- Structure
- Defined in:
- 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.
593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 593 class DeletePropertygraphStatisticsOutput < Struct.new( :status_code, :status, :payload) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The cancel status.
593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 593 class DeletePropertygraphStatisticsOutput < 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.
593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 593 class DeletePropertygraphStatisticsOutput < Struct.new( :status_code, :status, :payload) SENSITIVE = [] include Aws::Structure end |