Class: Aws::Types::UpdateEventBusResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventBusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def arn @arn end |
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def dead_letter_config @dead_letter_config end |
#description ⇒ ::String
Returns the value of attribute description.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def description @description end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def kms_key_identifier @kms_key_identifier end |
#log_config ⇒ Types::LogConfig
Returns the value of attribute log_config.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def log_config @log_config end |
#name ⇒ ::String
Returns the value of attribute name.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def name @name end |