Module: Aws::EventBridge::Client::_UpdateEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #endpoint_id ⇒ ::String
- #endpoint_url ⇒ ::String
- #event_buses ⇒ ::Array[Types::EndpointEventBus]
- #name ⇒ ::String
- #replication_config ⇒ Types::ReplicationConfig
- #role_arn ⇒ ::String
- #routing_config ⇒ Types::RoutingConfig
- #state ⇒ "ACTIVE", ...
Instance Method Details
#arn ⇒ ::String
1058 |
# File 'sig/client.rbs', line 1058
def arn: () -> ::String
|
#endpoint_id ⇒ ::String
1063 |
# File 'sig/client.rbs', line 1063
def endpoint_id: () -> ::String
|
#endpoint_url ⇒ ::String
1064 |
# File 'sig/client.rbs', line 1064
def endpoint_url: () -> ::String
|
#event_buses ⇒ ::Array[Types::EndpointEventBus]
1061 |
# File 'sig/client.rbs', line 1061
def event_buses: () -> ::Array[Types::EndpointEventBus]
|
#name ⇒ ::String
1057 |
# File 'sig/client.rbs', line 1057
def name: () -> ::String
|
#replication_config ⇒ Types::ReplicationConfig
1060 |
# File 'sig/client.rbs', line 1060
def replication_config: () -> Types::ReplicationConfig
|
#role_arn ⇒ ::String
1062 |
# File 'sig/client.rbs', line 1062
def role_arn: () -> ::String
|
#routing_config ⇒ Types::RoutingConfig
1059 |
# File 'sig/client.rbs', line 1059
def routing_config: () -> Types::RoutingConfig
|
#state ⇒ "ACTIVE", ...
1065 |
# File 'sig/client.rbs', line 1065
def state: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|