Class: Aws::Neptunedata::Types::GetRDFGraphSummaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetRDFGraphSummaryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Types::RDFGraphSummaryValueMap
Payload for an RDF graph summary response.
-
#status_code ⇒ Integer
The HTTP return code of the request.
Instance Attribute Details
#payload ⇒ Types::RDFGraphSummaryValueMap
Payload for an RDF graph summary response
1579 1580 1581 1582 1583 1584 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1579 class GetRDFGraphSummaryOutput < Struct.new( :status_code, :payload) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ Integer
The HTTP return code of the request. If the request succeeded, the code is 200.
1579 1580 1581 1582 1583 1584 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1579 class GetRDFGraphSummaryOutput < Struct.new( :status_code, :payload) SENSITIVE = [] include Aws::Structure end |