Module: Aws::NeptuneGraph::Client::_DeleteGraphSnapshotResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#kms_key_identifier::String

Returns:

  • (::String)


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

def kms_key_identifier: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#snapshot_create_time::Time

Returns:

  • (::Time)


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

def snapshot_create_time: () -> ::Time

#source_graph_id::String

Returns:

  • (::String)


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

def source_graph_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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