Module: Aws::CodeCatalyst::Client::_GetDevEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDevEnvironmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alias ⇒ ::String
- #creator_id ⇒ ::String
- #id ⇒ ::String
- #ides ⇒ ::Array[Types::Ide]
- #inactivity_timeout_minutes ⇒ ::Integer
- #instance_type ⇒ "dev.standard1.small", ...
- #last_updated_time ⇒ ::Time
- #persistent_storage ⇒ Types::PersistentStorage
- #project_name ⇒ ::String
- #repositories ⇒ ::Array[Types::DevEnvironmentRepositorySummary]
- #space_name ⇒ ::String
- #status ⇒ "PENDING", ...
- #status_reason ⇒ ::String
- #vpc_connection_name ⇒ ::String
Instance Method Details
#alias ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def alias: () -> ::String
|
#creator_id ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def creator_id: () -> ::String
|
#id ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def id: () -> ::String
|
#ides ⇒ ::Array[Types::Ide]
249 |
# File 'sig/client.rbs', line 249
def ides: () -> ::Array[Types::Ide]
|
#inactivity_timeout_minutes ⇒ ::Integer
251 |
# File 'sig/client.rbs', line 251
def inactivity_timeout_minutes: () -> ::Integer
|
#instance_type ⇒ "dev.standard1.small", ...
250 |
# File 'sig/client.rbs', line 250
def instance_type: () -> ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge")
|
#last_updated_time ⇒ ::Time
243 |
# File 'sig/client.rbs', line 243
def last_updated_time: () -> ::Time
|
#persistent_storage ⇒ Types::PersistentStorage
252 |
# File 'sig/client.rbs', line 252
def persistent_storage: () -> Types::PersistentStorage
|
#project_name ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def project_name: () -> ::String
|
#repositories ⇒ ::Array[Types::DevEnvironmentRepositorySummary]
247 |
# File 'sig/client.rbs', line 247
def repositories: () -> ::Array[Types::DevEnvironmentRepositorySummary]
|
#space_name ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def space_name: () -> ::String
|
#status ⇒ "PENDING", ...
245 |
# File 'sig/client.rbs', line 245
def status: () -> ("PENDING" | "RUNNING" | "STARTING" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED")
|
#status_reason ⇒ ::String
246 |
# File 'sig/client.rbs', line 246
def status_reason: () -> ::String
|
#vpc_connection_name ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def vpc_connection_name: () -> ::String
|