Class: Aws::Types::RDFGraphSummary
- Inherits:
-
Object
- Object
- Aws::Types::RDFGraphSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classes ⇒ ::Array[::String]
Returns the value of attribute classes.
-
#num_classes ⇒ ::Integer
Returns the value of attribute num_classes.
-
#num_distinct_predicates ⇒ ::Integer
Returns the value of attribute num_distinct_predicates.
-
#num_distinct_subjects ⇒ ::Integer
Returns the value of attribute num_distinct_subjects.
-
#num_quads ⇒ ::Integer
Returns the value of attribute num_quads.
-
#predicates ⇒ ::Array[::Hash[::String, ::Integer]]
Returns the value of attribute predicates.
-
#subject_structures ⇒ ::Array[Types::SubjectStructure]
Returns the value of attribute subject_structures.
Instance Attribute Details
#classes ⇒ ::Array[::String]
Returns the value of attribute classes.
793 794 795 |
# File 'sig/types.rbs', line 793 def classes @classes end |
#num_classes ⇒ ::Integer
Returns the value of attribute num_classes.
792 793 794 |
# File 'sig/types.rbs', line 792 def num_classes @num_classes end |
#num_distinct_predicates ⇒ ::Integer
Returns the value of attribute num_distinct_predicates.
790 791 792 |
# File 'sig/types.rbs', line 790 def num_distinct_predicates @num_distinct_predicates end |
#num_distinct_subjects ⇒ ::Integer
Returns the value of attribute num_distinct_subjects.
789 790 791 |
# File 'sig/types.rbs', line 789 def num_distinct_subjects @num_distinct_subjects end |
#num_quads ⇒ ::Integer
Returns the value of attribute num_quads.
791 792 793 |
# File 'sig/types.rbs', line 791 def num_quads @num_quads end |
#predicates ⇒ ::Array[::Hash[::String, ::Integer]]
Returns the value of attribute predicates.
794 795 796 |
# File 'sig/types.rbs', line 794 def predicates @predicates end |
#subject_structures ⇒ ::Array[Types::SubjectStructure]
Returns the value of attribute subject_structures.
795 796 797 |
# File 'sig/types.rbs', line 795 def subject_structures @subject_structures end |