Module: Aws::NeptuneGraph::Client::_CreateGraphResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#build_number::String

Returns:

  • (::String)


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

def build_number: () -> ::String

#create_time::Time

Returns:

  • (::Time)


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

def create_time: () -> ::Time

#deletion_protectionBoolean

Returns:

  • (Boolean)


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

def deletion_protection: () -> bool

#endpoint::String

Returns:

  • (::String)


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

def endpoint: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#kms_key_identifier::String

Returns:

  • (::String)


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

def kms_key_identifier: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#provisioned_memory::Integer

Returns:

  • (::Integer)


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

def provisioned_memory: () -> ::Integer

#public_connectivityBoolean

Returns:

  • (Boolean)


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

def public_connectivity: () -> bool

#replica_count::Integer

Returns:

  • (::Integer)


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

def replica_count: () -> ::Integer

#source_snapshot_id::String

Returns:

  • (::String)


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

def source_snapshot_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#status_reason::String

Returns:

  • (::String)


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

def status_reason: () -> ::String

#vector_search_configurationTypes::VectorSearchConfiguration



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

def vector_search_configuration: () -> Types::VectorSearchConfiguration