Module: Aws::CloudWatchEvents::Client::_CreateApiDestinationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateApiDestinationResponse]
- 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
102 |
# File 'sig/client.rbs', line 102
def api_destination_arn: () -> ::String
|
#api_destination_state ⇒ "ACTIVE", "INACTIVE"
103 |
# File 'sig/client.rbs', line 103
def api_destination_state: () -> ("ACTIVE" | "INACTIVE")
|
#creation_time ⇒ ::Time
104 |
# File 'sig/client.rbs', line 104
def creation_time: () -> ::Time
|
#last_modified_time ⇒ ::Time
105 |
# File 'sig/client.rbs', line 105
def last_modified_time: () -> ::Time
|