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)


3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3912

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


3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3912

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