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