Class: Aws::Neptunedata::Types::GetPropertygraphSummaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetPropertygraphSummaryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Types::PropertygraphSummaryValueMap
Payload containing the property graph summary response.
-
#status_code ⇒ Integer
The HTTP return code of the request.
Instance Attribute Details
#payload ⇒ Types::PropertygraphSummaryValueMap
Payload containing the property graph summary response.
1548 1549 1550 1551 1552 1553 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1548 class GetPropertygraphSummaryOutput < 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.
1548 1549 1550 1551 1552 1553 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1548 class GetPropertygraphSummaryOutput < Struct.new( :status_code, :payload) SENSITIVE = [] include Aws::Structure end |