Module: Aws::Finspace::Client::_CreateKxEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateKxEnvironmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_timestamp ⇒ ::Time
- #description ⇒ ::String
- #environment_arn ⇒ ::String
- #environment_id ⇒ ::String
- #kms_key_id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATE_REQUESTED", ...
Instance Method Details
#creation_timestamp ⇒ ::Time
292 |
# File 'sig/client.rbs', line 292
def creation_timestamp: () -> ::Time
|
#description ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def description: () -> ::String
|
#environment_arn ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def environment_arn: () -> ::String
|
#environment_id ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def environment_id: () -> ::String
|
#kms_key_id ⇒ ::String
291 |
# File 'sig/client.rbs', line 291
def kms_key_id: () -> ::String
|
#name ⇒ ::String
286 |
# File 'sig/client.rbs', line 286
def name: () -> ::String
|
#status ⇒ "CREATE_REQUESTED", ...
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")
|