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