Class: Aws::Types::CreateGraphSnapshotInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGraphSnapshotInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
94 95 96 |
# File 'sig/types.rbs', line 94 def graph_identifier @graph_identifier end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
95 96 97 |
# File 'sig/types.rbs', line 95 def snapshot_name @snapshot_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
96 97 98 |
# File 'sig/types.rbs', line 96 def end |