Module: Aws::AppConfig::Client::_UpdateEnvironmentResponseSuccess
- 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
968 |
# File 'sig/client.rbs', line 968
def application_id: () -> ::String
|
#description ⇒ ::String
971 |
# File 'sig/client.rbs', line 971
def description: () -> ::String
|
#id ⇒ ::String
969 |
# File 'sig/client.rbs', line 969
def id: () -> ::String
|
#monitors ⇒ ::Array[Types::Monitor]
973 |
# File 'sig/client.rbs', line 973
def monitors: () -> ::Array[Types::Monitor]
|
#name ⇒ ::String
970 |
# File 'sig/client.rbs', line 970
def name: () -> ::String
|
#state ⇒ "READY_FOR_DEPLOYMENT", ...
972 |
# File 'sig/client.rbs', line 972
def state: () -> ("READY_FOR_DEPLOYMENT" | "DEPLOYING" | "ROLLING_BACK" | "ROLLED_BACK" | "REVERTED")
|