Module: Aws::NeptuneGraph::Client::_StartGraphResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#build_number::String

Returns:

  • (::String)


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

def build_number: () -> ::String

#create_time::Time

Returns:

  • (::Time)


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

def create_time: () -> ::Time

#deletion_protectionBoolean

Returns:

  • (Boolean)


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

def deletion_protection: () -> bool

#endpoint::String

Returns:

  • (::String)


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

def endpoint: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#kms_key_identifier::String

Returns:

  • (::String)


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

def kms_key_identifier: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#provisioned_memory::Integer

Returns:

  • (::Integer)


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

def provisioned_memory: () -> ::Integer

#public_connectivityBoolean

Returns:

  • (Boolean)


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

def public_connectivity: () -> bool

#replica_count::Integer

Returns:

  • (::Integer)


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

def replica_count: () -> ::Integer

#source_snapshot_id::String

Returns:

  • (::String)


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

def source_snapshot_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#status_reason::String

Returns:

  • (::String)


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

def status_reason: () -> ::String

#vector_search_configurationTypes::VectorSearchConfiguration



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

def vector_search_configuration: () -> Types::VectorSearchConfiguration