Module: Aws::AppConfig::Client::_CreateEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Environment]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #description ⇒ ::String
- #id ⇒ ::String
- #monitors ⇒ ::Array[Types::Monitor]
- #name ⇒ ::String
- #state ⇒ "READY_FOR_DEPLOYMENT", ...
Instance Method Details
#application_id ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def application_id: () -> ::String
|
#description ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def description: () -> ::String
|
#id ⇒ ::String
154 |
# File 'sig/client.rbs', line 154
def id: () -> ::String
|
#monitors ⇒ ::Array[Types::Monitor]
158 |
# File 'sig/client.rbs', line 158
def monitors: () -> ::Array[Types::Monitor]
|
#name ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def name: () -> ::String
|
#state ⇒ "READY_FOR_DEPLOYMENT", ...
157 |
# File 'sig/client.rbs', line 157
def state: () -> ("READY_FOR_DEPLOYMENT" | "DEPLOYING" | "ROLLING_BACK" | "ROLLED_BACK" | "REVERTED")
|