Module: Aws::EventBridge::Client::_CreateEndpointResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#event_buses::Array[Types::EndpointEventBus]

Returns:



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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#replication_configTypes::ReplicationConfig



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

def replication_config: () -> Types::ReplicationConfig

#role_arn::String

Returns:

  • (::String)


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

def role_arn: () -> ::String

#routing_configTypes::RoutingConfig



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

def routing_config: () -> Types::RoutingConfig

#state"ACTIVE", ...

Returns:

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


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

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