Module: Aws::CloudWatchEvents::Client::_DescribeApiDestinationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeApiDestinationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_destination_arn ⇒ ::String
- #api_destination_state ⇒ "ACTIVE", "INACTIVE"
- #connection_arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #http_method ⇒ "POST", ...
- #invocation_endpoint ⇒ ::String
- #invocation_rate_limit_per_second ⇒ ::Integer
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
Instance Method Details
#api_destination_arn ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def api_destination_arn: () -> ::String
|
#api_destination_state ⇒ "ACTIVE", "INACTIVE"
276 |
# File 'sig/client.rbs', line 276
def api_destination_state: () -> ("ACTIVE" | "INACTIVE")
|
#connection_arn ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def connection_arn: () -> ::String
|
#creation_time ⇒ ::Time
281 |
# File 'sig/client.rbs', line 281
def creation_time: () -> ::Time
|
#description ⇒ ::String
275 |
# File 'sig/client.rbs', line 275
def description: () -> ::String
|
#http_method ⇒ "POST", ...
279 |
# File 'sig/client.rbs', line 279
def http_method: () -> ("POST" | "GET" | "HEAD" | "OPTIONS" | "PUT" | "PATCH" | "DELETE")
|
#invocation_endpoint ⇒ ::String
278 |
# File 'sig/client.rbs', line 278
def invocation_endpoint: () -> ::String
|
#invocation_rate_limit_per_second ⇒ ::Integer
280 |
# File 'sig/client.rbs', line 280
def invocation_rate_limit_per_second: () -> ::Integer
|
#last_modified_time ⇒ ::Time
282 |
# File 'sig/client.rbs', line 282
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
274 |
# File 'sig/client.rbs', line 274
def name: () -> ::String
|