Class: Aws::Neptunedata::Types::GetPropertygraphSummaryOutput

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::PropertygraphSummaryValueMap

Payload containing the property graph summary response.



1548
1549
1550
1551
1552
1553
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1548

class GetPropertygraphSummaryOutput < 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)


1548
1549
1550
1551
1552
1553
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1548

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