Class: Aws::Types::DeleteGraphInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGraphInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#skip_snapshot ⇒ Boolean
Returns the value of attribute skip_snapshot.
Instance Attribute Details
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
160 161 162 |
# File 'sig/types.rbs', line 160 def graph_identifier @graph_identifier end |
#skip_snapshot ⇒ Boolean
Returns the value of attribute skip_snapshot.
161 162 163 |
# File 'sig/types.rbs', line 161 def skip_snapshot @skip_snapshot end |