Module: Aws::NeptuneGraph::Client::_GetGraphResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#build_number::String

Returns:

  • (::String)


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

def build_number: () -> ::String

#create_time::Time

Returns:

  • (::Time)


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

def create_time: () -> ::Time

#deletion_protectionBoolean

Returns:

  • (Boolean)


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

def deletion_protection: () -> bool

#endpoint::String

Returns:

  • (::String)


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

def endpoint: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#kms_key_identifier::String

Returns:

  • (::String)


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

def kms_key_identifier: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#provisioned_memory::Integer

Returns:

  • (::Integer)


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

def provisioned_memory: () -> ::Integer

#public_connectivityBoolean

Returns:

  • (Boolean)


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

def public_connectivity: () -> bool

#replica_count::Integer

Returns:

  • (::Integer)


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

def replica_count: () -> ::Integer

#source_snapshot_id::String

Returns:

  • (::String)


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

def source_snapshot_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#status_reason::String

Returns:

  • (::String)


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

def status_reason: () -> ::String

#vector_search_configurationTypes::VectorSearchConfiguration



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

def vector_search_configuration: () -> Types::VectorSearchConfiguration