Module: Aws::EventBridge::Client::_DescribeEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #endpoint_id ⇒ ::String
- #endpoint_url ⇒ ::String
- #event_buses ⇒ ::Array[Types::EndpointEventBus]
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
- #replication_config ⇒ Types::ReplicationConfig
- #role_arn ⇒ ::String
- #routing_config ⇒ Types::RoutingConfig
- #state ⇒ "ACTIVE", ...
- #state_reason ⇒ ::String
Instance Method Details
#arn ⇒ ::String
398 |
# File 'sig/client.rbs', line 398
def arn: () -> ::String
|
#creation_time ⇒ ::Time
407 |
# File 'sig/client.rbs', line 407
def creation_time: () -> ::Time
|
#description ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def description: () -> ::String
|
#endpoint_id ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def endpoint_id: () -> ::String
|
#endpoint_url ⇒ ::String
404 |
# File 'sig/client.rbs', line 404
def endpoint_url: () -> ::String
|
#event_buses ⇒ ::Array[Types::EndpointEventBus]
401 |
# File 'sig/client.rbs', line 401
def event_buses: () -> ::Array[Types::EndpointEventBus]
|
#last_modified_time ⇒ ::Time
408 |
# File 'sig/client.rbs', line 408
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def name: () -> ::String
|
#replication_config ⇒ Types::ReplicationConfig
400 |
# File 'sig/client.rbs', line 400
def replication_config: () -> Types::ReplicationConfig
|
#role_arn ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def role_arn: () -> ::String
|
#routing_config ⇒ Types::RoutingConfig
399 |
# File 'sig/client.rbs', line 399
def routing_config: () -> Types::RoutingConfig
|
#state ⇒ "ACTIVE", ...
405 |
# File 'sig/client.rbs', line 405
def state: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#state_reason ⇒ ::String
406 |
# File 'sig/client.rbs', line 406
def state_reason: () -> ::String
|