Class: Aws::Types::DeleteSparqlStatisticsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSparqlStatisticsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload ⇒ Types::DeleteStatisticsValueMap
Returns the value of attribute payload.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#payload ⇒ Types::DeleteStatisticsValueMap
Returns the value of attribute payload.
183 184 185 |
# File 'sig/types.rbs', line 183 def payload @payload end |
#status ⇒ ::String
Returns the value of attribute status.
182 183 184 |
# File 'sig/types.rbs', line 182 def status @status end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
181 182 183 |
# File 'sig/types.rbs', line 181 def status_code @status_code end |