Module: Aws::EventBridge::Client::_UpdateArchiveResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateArchiveResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#archive_arn ⇒ ::String
993 |
# File 'sig/client.rbs', line 993
def archive_arn: () -> ::String
|
#creation_time ⇒ ::Time
996 |
# File 'sig/client.rbs', line 996
def creation_time: () -> ::Time
|
#state ⇒ "ENABLED", ...
994 |
# File 'sig/client.rbs', line 994
def state: () -> ("ENABLED" | "DISABLED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#state_reason ⇒ ::String
995 |
# File 'sig/client.rbs', line 995
def state_reason: () -> ::String
|