Module: Aws::EventBridge::Client::_CreateEventBusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEventBusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dead_letter_config ⇒ Types::DeadLetterConfig
- #description ⇒ ::String
- #event_bus_arn ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #log_config ⇒ Types::LogConfig
Instance Method Details
#dead_letter_config ⇒ Types::DeadLetterConfig
214 |
# File 'sig/client.rbs', line 214
def dead_letter_config: () -> Types::DeadLetterConfig
|
#description ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def description: () -> ::String
|
#event_bus_arn ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def event_bus_arn: () -> ::String
|
#kms_key_identifier ⇒ ::String
213 |
# File 'sig/client.rbs', line 213
def kms_key_identifier: () -> ::String
|
#log_config ⇒ Types::LogConfig
215 |
# File 'sig/client.rbs', line 215
def log_config: () -> Types::LogConfig
|