Module: Aws::EventBridge::Client::_DescribeEventBusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeEventBusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #dead_letter_config ⇒ Types::DeadLetterConfig
- #description ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #last_modified_time ⇒ ::Time
- #log_config ⇒ Types::LogConfig
- #name ⇒ ::String
- #policy ⇒ ::String
Instance Method Details
#arn ⇒ ::String
420 |
# File 'sig/client.rbs', line 420
def arn: () -> ::String
|
#creation_time ⇒ ::Time
426 |
# File 'sig/client.rbs', line 426
def creation_time: () -> ::Time
|
#dead_letter_config ⇒ Types::DeadLetterConfig
423 |
# File 'sig/client.rbs', line 423
def dead_letter_config: () -> Types::DeadLetterConfig
|
#description ⇒ ::String
421 |
# File 'sig/client.rbs', line 421
def description: () -> ::String
|
#kms_key_identifier ⇒ ::String
422 |
# File 'sig/client.rbs', line 422
def kms_key_identifier: () -> ::String
|
#last_modified_time ⇒ ::Time
427 |
# File 'sig/client.rbs', line 427
def last_modified_time: () -> ::Time
|
#log_config ⇒ Types::LogConfig
425 |
# File 'sig/client.rbs', line 425
def log_config: () -> Types::LogConfig
|
#name ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def name: () -> ::String
|
#policy ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def policy: () -> ::String
|