Module: Aws::AppConfig::Client::_GetEnvironmentResponseSuccess
- 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
453 |
# File 'sig/client.rbs', line 453
def application_id: () -> ::String
|
#description ⇒ ::String
456 |
# File 'sig/client.rbs', line 456
def description: () -> ::String
|
#id ⇒ ::String
454 |
# File 'sig/client.rbs', line 454
def id: () -> ::String
|
#monitors ⇒ ::Array[Types::Monitor]
458 |
# File 'sig/client.rbs', line 458
def monitors: () -> ::Array[Types::Monitor]
|
#name ⇒ ::String
455 |
# File 'sig/client.rbs', line 455
def name: () -> ::String
|
#state ⇒ "READY_FOR_DEPLOYMENT", ...
457 |
# File 'sig/client.rbs', line 457
def state: () -> ("READY_FOR_DEPLOYMENT" | "DEPLOYING" | "ROLLING_BACK" | "ROLLED_BACK" | "REVERTED")
|