Class: Aws::Types::GetRDFGraphSummaryOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetRDFGraphSummaryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload ⇒ Types::RDFGraphSummaryValueMap
Returns the value of attribute payload.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#payload ⇒ Types::RDFGraphSummaryValueMap
Returns the value of attribute payload.
447 448 449 |
# File 'sig/types.rbs', line 447 def payload @payload end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
446 447 448 |
# File 'sig/types.rbs', line 446 def status_code @status_code end |