Module: Aws::Finspace::Client::_CreateKxEnvironmentResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#creation_timestamp::Time

Returns:

  • (::Time)


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

def creation_timestamp: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#environment_arn::String

Returns:

  • (::String)


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

def environment_arn: () -> ::String

#environment_id::String

Returns:

  • (::String)


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

def environment_id: () -> ::String

#kms_key_id::String

Returns:

  • (::String)


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

def kms_key_id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#status"CREATE_REQUESTED", ...

Returns:

  • ("CREATE_REQUESTED", "CREATING", "CREATED", "DELETE_REQUESTED", "DELETING", "DELETED", "FAILED_CREATION", "RETRY_DELETION", "FAILED_DELETION", "UPDATE_NETWORK_REQUESTED", "UPDATING_NETWORK", "FAILED_UPDATING_NETWORK", "SUSPENDED")


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

def status: () -> ("CREATE_REQUESTED" | "CREATING" | "CREATED" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "FAILED_CREATION" | "RETRY_DELETION" | "FAILED_DELETION" | "UPDATE_NETWORK_REQUESTED" | "UPDATING_NETWORK" | "FAILED_UPDATING_NETWORK" | "SUSPENDED")