Class: Aws::Types::RDFGraphSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#classes::Array[::String]

Returns the value of attribute classes.

Returns:

  • (::Array[::String])


793
794
795
# File 'sig/types.rbs', line 793

def classes
  @classes
end

#num_classes::Integer

Returns the value of attribute num_classes.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::Hash[::String, ::Integer]])


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.

Returns:



795
796
797
# File 'sig/types.rbs', line 795

def subject_structures
  @subject_structures
end