Module: Aws::NeptuneGraph::Client::_CreateGraphSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGraphSnapshotOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #name ⇒ ::String
- #snapshot_create_time ⇒ ::Time
- #source_graph_id ⇒ ::String
- #status ⇒ "CREATING", ...
Instance Method Details
#arn ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def arn: () -> ::String
|
#id ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def name: () -> ::String
|
#snapshot_create_time ⇒ ::Time
161 |
# File 'sig/client.rbs', line 161
def snapshot_create_time: () -> ::Time
|
#source_graph_id ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def source_graph_id: () -> ::String
|
#status ⇒ "CREATING", ...
162 |
# File 'sig/client.rbs', line 162
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "FAILED")
|