Module: Aws::CodeCatalyst::Client::_UpdateDevEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDevEnvironmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alias ⇒ ::String
- #client_token ⇒ ::String
- #id ⇒ ::String
- #ides ⇒ ::Array[Types::IdeConfiguration]
- #inactivity_timeout_minutes ⇒ ::Integer
- #instance_type ⇒ "dev.standard1.small", ...
- #project_name ⇒ ::String
- #space_name ⇒ ::String
Instance Method Details
#alias ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def alias: () -> ::String
|
#client_token ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def client_token: () -> ::String
|
#id ⇒ ::String
645 |
# File 'sig/client.rbs', line 645
def id: () -> ::String
|
#ides ⇒ ::Array[Types::IdeConfiguration]
649 |
# File 'sig/client.rbs', line 649
def ides: () -> ::Array[Types::IdeConfiguration]
|
#inactivity_timeout_minutes ⇒ ::Integer
651 |
# File 'sig/client.rbs', line 651
def inactivity_timeout_minutes: () -> ::Integer
|
#instance_type ⇒ "dev.standard1.small", ...
650 |
# File 'sig/client.rbs', line 650
def instance_type: () -> ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge")
|
#project_name ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def project_name: () -> ::String
|
#space_name ⇒ ::String
646 |
# File 'sig/client.rbs', line 646
def space_name: () -> ::String
|