Class: Aws::Types::ResetGraphInput
- Inherits:
-
Object
- Object
- Aws::Types::ResetGraphInput
- 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.
598 599 600 |
# File 'sig/types.rbs', line 598 def graph_identifier @graph_identifier end |
#skip_snapshot ⇒ Boolean
Returns the value of attribute skip_snapshot.
599 600 601 |
# File 'sig/types.rbs', line 599 def skip_snapshot @skip_snapshot end |