Class: Aws::Types::PropertygraphData
- Inherits:
-
Object
- Object
- Aws::Types::PropertygraphData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::String
Returns the value of attribute from.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#to ⇒ ::String
Returns the value of attribute to.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#from ⇒ ::String
Returns the value of attribute from.
715 716 717 |
# File 'sig/types.rbs', line 715 def from @from end |
#id ⇒ ::String
Returns the value of attribute id.
711 712 713 |
# File 'sig/types.rbs', line 711 def id @id end |
#key ⇒ ::String
Returns the value of attribute key.
713 714 715 |
# File 'sig/types.rbs', line 713 def key @key end |
#to ⇒ ::String
Returns the value of attribute to.
716 717 718 |
# File 'sig/types.rbs', line 716 def to @to end |
#type ⇒ ::String
Returns the value of attribute type.
712 713 714 |
# File 'sig/types.rbs', line 712 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
714 715 716 |
# File 'sig/types.rbs', line 714 def value @value end |