Class: Aws::Types::UpdateGraphInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGraphInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#provisioned_memory ⇒ ::Integer
Returns the value of attribute provisioned_memory.
-
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
Instance Attribute Details
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
797 798 799 |
# File 'sig/types.rbs', line 797 def deletion_protection @deletion_protection end |
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
794 795 796 |
# File 'sig/types.rbs', line 794 def graph_identifier @graph_identifier end |
#provisioned_memory ⇒ ::Integer
Returns the value of attribute provisioned_memory.
796 797 798 |
# File 'sig/types.rbs', line 796 def provisioned_memory @provisioned_memory end |
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
795 796 797 |
# File 'sig/types.rbs', line 795 def public_connectivity @public_connectivity end |