Module: Aws::EventBridge::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
334 |
# File 'sig/client.rbs', line 334
def api_destination_arn: () -> ::String
|
#api_destination_state ⇒ "ACTIVE", "INACTIVE"
337 |
# File 'sig/client.rbs', line 337
def api_destination_state: () -> ("ACTIVE" | "INACTIVE")
|
#connection_arn ⇒ ::String
338 |
# File 'sig/client.rbs', line 338
def connection_arn: () -> ::String
|
#creation_time ⇒ ::Time
342 |
# File 'sig/client.rbs', line 342
def creation_time: () -> ::Time
|
#description ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def description: () -> ::String
|
#http_method ⇒ "POST", ...
340 |
# File 'sig/client.rbs', line 340
def http_method: () -> ("POST" | "GET" | "HEAD" | "OPTIONS" | "PUT" | "PATCH" | "DELETE")
|
#invocation_endpoint ⇒ ::String
339 |
# File 'sig/client.rbs', line 339
def invocation_endpoint: () -> ::String
|
#invocation_rate_limit_per_second ⇒ ::Integer
341 |
# File 'sig/client.rbs', line 341
def invocation_rate_limit_per_second: () -> ::Integer
|
#last_modified_time ⇒ ::Time
343 |
# File 'sig/client.rbs', line 343
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def name: () -> ::String
|