Class: Aws::Neptunedata::Types::GetRDFGraphSummaryOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payloadTypes::RDFGraphSummaryValueMap

Payload for an RDF graph summary response



1579
1580
1581
1582
1583
1584
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1579

class GetRDFGraphSummaryOutput < Struct.new(
  :status_code,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeInteger

The HTTP return code of the request. If the request succeeded, the code is 200.

Returns:

  • (Integer)


1579
1580
1581
1582
1583
1584
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1579

class GetRDFGraphSummaryOutput < Struct.new(
  :status_code,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end