Class: Aws::Types::CreateEventBusResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventBusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_bus_arn ⇒ ::String
Returns the value of attribute event_bus_arn.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#log_config ⇒ Types::LogConfig
Returns the value of attribute log_config.
Instance Attribute Details
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
310 311 312 |
# File 'sig/types.rbs', line 310 def dead_letter_config @dead_letter_config end |
#description ⇒ ::String
Returns the value of attribute description.
308 309 310 |
# File 'sig/types.rbs', line 308 def description @description end |
#event_bus_arn ⇒ ::String
Returns the value of attribute event_bus_arn.
307 308 309 |
# File 'sig/types.rbs', line 307 def event_bus_arn @event_bus_arn end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
309 310 311 |
# File 'sig/types.rbs', line 309 def kms_key_identifier @kms_key_identifier end |
#log_config ⇒ Types::LogConfig
Returns the value of attribute log_config.
311 312 313 |
# File 'sig/types.rbs', line 311 def log_config @log_config end |