Class: Aws::Neptunedata::Types::SubjectStructure

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

Overview

A subject structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Number of occurrences of this specific structure.

Returns:

  • (Integer)


3895
3896
3897
3898
3899
3900
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3895

class SubjectStructure < Struct.new(
  :count,
  :predicates)
  SENSITIVE = []
  include Aws::Structure
end

#predicatesArray<String>

A list of predicates present in this specific structure.

Returns:

  • (Array<String>)


3895
3896
3897
3898
3899
3900
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3895

class SubjectStructure < Struct.new(
  :count,
  :predicates)
  SENSITIVE = []
  include Aws::Structure
end