Module: Aws::CloudWatchEvents::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
863 |
# File 'sig/client.rbs', line 863
def api_destination_arn: () -> ::String
|
#api_destination_state ⇒ "ACTIVE", "INACTIVE"
864 |
# File 'sig/client.rbs', line 864
def api_destination_state: () -> ("ACTIVE" | "INACTIVE")
|
#creation_time ⇒ ::Time
865 |
# File 'sig/client.rbs', line 865
def creation_time: () -> ::Time
|
#last_modified_time ⇒ ::Time
866 |
# File 'sig/client.rbs', line 866
def last_modified_time: () -> ::Time
|