Module: Aws::EventBridge::Client::_UpdateEndpointResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UpdateEndpointResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


1058
# File 'sig/client.rbs', line 1058

def arn: () -> ::String

#endpoint_id::String

Returns:

  • (::String)


1063
# File 'sig/client.rbs', line 1063

def endpoint_id: () -> ::String

#endpoint_url::String

Returns:

  • (::String)


1064
# File 'sig/client.rbs', line 1064

def endpoint_url: () -> ::String

#event_buses::Array[Types::EndpointEventBus]

Returns:



1061
# File 'sig/client.rbs', line 1061

def event_buses: () -> ::Array[Types::EndpointEventBus]

#name::String

Returns:

  • (::String)


1057
# File 'sig/client.rbs', line 1057

def name: () -> ::String

#replication_configTypes::ReplicationConfig



1060
# File 'sig/client.rbs', line 1060

def replication_config: () -> Types::ReplicationConfig

#role_arn::String

Returns:

  • (::String)


1062
# File 'sig/client.rbs', line 1062

def role_arn: () -> ::String

#routing_configTypes::RoutingConfig



1059
# File 'sig/client.rbs', line 1059

def routing_config: () -> Types::RoutingConfig

#state"ACTIVE", ...

Returns:

  • ("ACTIVE", "CREATING", "UPDATING", "DELETING", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED")


1065
# File 'sig/client.rbs', line 1065

def state: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")