Module: Aws::NeptuneGraph::Client::_RestoreGraphFromSnapshotResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#build_number::String

Returns:

  • (::String)


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

def build_number: () -> ::String

#create_time::Time

Returns:

  • (::Time)


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

def create_time: () -> ::Time

#deletion_protectionBoolean

Returns:

  • (Boolean)


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

def deletion_protection: () -> bool

#endpoint::String

Returns:

  • (::String)


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

def endpoint: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#kms_key_identifier::String

Returns:

  • (::String)


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

def kms_key_identifier: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#provisioned_memory::Integer

Returns:

  • (::Integer)


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

def provisioned_memory: () -> ::Integer

#public_connectivityBoolean

Returns:

  • (Boolean)


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

def public_connectivity: () -> bool

#replica_count::Integer

Returns:

  • (::Integer)


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

def replica_count: () -> ::Integer

#source_snapshot_id::String

Returns:

  • (::String)


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

def source_snapshot_id: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING", "STARTING", "STOPPING", "STOPPED")


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

def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING" | "STARTING" | "STOPPING" | "STOPPED")

#status_reason::String

Returns:

  • (::String)


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

def status_reason: () -> ::String

#vector_search_configurationTypes::VectorSearchConfiguration



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

def vector_search_configuration: () -> Types::VectorSearchConfiguration