Class: Aws::Types::PropertygraphData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def from
  @from
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def id
  @id
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def key
  @key
end

#to::String

Returns the value of attribute to.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def to
  @to
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def type
  @type
end

#valueObject

Returns the value of attribute value.

Returns:

  • (Object)


714
715
716
# File 'sig/types.rbs', line 714

def value
  @value
end