Module: Aws::NeptuneGraph::Client::_GetGraphSnapshotResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetGraphSnapshotOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


343
# File 'sig/client.rbs', line 343

def arn: () -> ::String

#id::String

Returns:

  • (::String)


341
# File 'sig/client.rbs', line 341

def id: () -> ::String

#kms_key_identifier::String

Returns:

  • (::String)


347
# File 'sig/client.rbs', line 347

def kms_key_identifier: () -> ::String

#name::String

Returns:

  • (::String)


342
# File 'sig/client.rbs', line 342

def name: () -> ::String

#snapshot_create_time::Time

Returns:

  • (::Time)


345
# File 'sig/client.rbs', line 345

def snapshot_create_time: () -> ::Time

#source_graph_id::String

Returns:

  • (::String)


344
# File 'sig/client.rbs', line 344

def source_graph_id: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "AVAILABLE", "DELETING", "FAILED")


346
# File 'sig/client.rbs', line 346

def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "FAILED")