Class: Aws::Neptunedata::Types::SubjectStructure
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::SubjectStructure
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
A subject structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
Number of occurrences of this specific structure.
-
#predicates ⇒ Array<String>
A list of predicates present in this specific structure.
Instance Attribute Details
#count ⇒ Integer
Number of occurrences of this specific structure.
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 |
#predicates ⇒ Array<String>
A list of predicates present in this specific structure.
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 |