Class: Aws::Types::RestoreGraphFromSnapshotInput
- Inherits:
-
Object
- Object
- Aws::Types::RestoreGraphFromSnapshotInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#graph_name ⇒ ::String
Returns the value of attribute graph_name.
-
#provisioned_memory ⇒ ::Integer
Returns the value of attribute provisioned_memory.
-
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
-
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
631 632 633 |
# File 'sig/types.rbs', line 631 def deletion_protection @deletion_protection end |
#graph_name ⇒ ::String
Returns the value of attribute graph_name.
629 630 631 |
# File 'sig/types.rbs', line 629 def graph_name @graph_name end |
#provisioned_memory ⇒ ::Integer
Returns the value of attribute provisioned_memory.
630 631 632 |
# File 'sig/types.rbs', line 630 def provisioned_memory @provisioned_memory end |
#public_connectivity ⇒ Boolean
Returns the value of attribute public_connectivity.
634 635 636 |
# File 'sig/types.rbs', line 634 def public_connectivity @public_connectivity end |
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
633 634 635 |
# File 'sig/types.rbs', line 633 def replica_count @replica_count end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
628 629 630 |
# File 'sig/types.rbs', line 628 def snapshot_identifier @snapshot_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
632 633 634 |
# File 'sig/types.rbs', line 632 def end |