Module: Aws::EventBridge::Client::_CreateEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::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
185 |
# File 'sig/client.rbs', line 185 def arn: () -> ::String |
#event_buses ⇒ ::Array[Types::EndpointEventBus]
188 |
# File 'sig/client.rbs', line 188 def event_buses: () -> ::Array[Types::EndpointEventBus] |
#name ⇒ ::String
184 |
# File 'sig/client.rbs', line 184 def name: () -> ::String |
#replication_config ⇒ Types::ReplicationConfig
187 |
# File 'sig/client.rbs', line 187 def replication_config: () -> Types::ReplicationConfig |
#role_arn ⇒ ::String
189 |
# File 'sig/client.rbs', line 189 def role_arn: () -> ::String |
#routing_config ⇒ Types::RoutingConfig
186 |
# File 'sig/client.rbs', line 186 def routing_config: () -> Types::RoutingConfig |
#state ⇒ "ACTIVE", ...
190 |
# File 'sig/client.rbs', line 190 def state: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED") |