Module: Aws::EventBridge::Client::_UpdateApiDestinationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateApiDestinationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_destination_arn ⇒ ::String
- #api_destination_state ⇒ "ACTIVE", "INACTIVE"
- #creation_time ⇒ ::Time
- #last_modified_time ⇒ ::Time
Instance Method Details
#api_destination_arn ⇒ ::String
975 |
# File 'sig/client.rbs', line 975
def api_destination_arn: () -> ::String
|
#api_destination_state ⇒ "ACTIVE", "INACTIVE"
976 |
# File 'sig/client.rbs', line 976
def api_destination_state: () -> ("ACTIVE" | "INACTIVE")
|
#creation_time ⇒ ::Time
977 |
# File 'sig/client.rbs', line 977
def creation_time: () -> ::Time
|
#last_modified_time ⇒ ::Time
978 |
# File 'sig/client.rbs', line 978
def last_modified_time: () -> ::Time
|