Module: Aws::EventBridge::Client::_UpdateEventBusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEventBusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #dead_letter_config ⇒ Types::DeadLetterConfig
- #description ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #log_config ⇒ Types::LogConfig
- #name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1086 |
# File 'sig/client.rbs', line 1086
def arn: () -> ::String
|
#dead_letter_config ⇒ Types::DeadLetterConfig
1090 |
# File 'sig/client.rbs', line 1090
def dead_letter_config: () -> Types::DeadLetterConfig
|
#description ⇒ ::String
1089 |
# File 'sig/client.rbs', line 1089
def description: () -> ::String
|
#kms_key_identifier ⇒ ::String
1088 |
# File 'sig/client.rbs', line 1088
def kms_key_identifier: () -> ::String
|
#log_config ⇒ Types::LogConfig
1091 |
# File 'sig/client.rbs', line 1091
def log_config: () -> Types::LogConfig
|
#name ⇒ ::String
1087 |
# File 'sig/client.rbs', line 1087
def name: () -> ::String
|