Module: Aws::NeptuneGraph::Client::_CreateGraphSnapshotResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#kms_key_identifier::String

Returns:

  • (::String)


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

def kms_key_identifier: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#snapshot_create_time::Time

Returns:

  • (::Time)


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

def snapshot_create_time: () -> ::Time

#source_graph_id::String

Returns:

  • (::String)


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

def source_graph_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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