Class: Aws::Types::UpdateEventBusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventBusRequest
- 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.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#log_config ⇒ Types::LogConfig
Returns the value of attribute log_config.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def dead_letter_config @dead_letter_config end |
#description ⇒ ::String
Returns the value of attribute description.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def description @description end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def kms_key_identifier @kms_key_identifier end |
#log_config ⇒ Types::LogConfig
Returns the value of attribute log_config.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def log_config @log_config end |
#name ⇒ ::String
Returns the value of attribute name.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def name @name end |