Class: Aws::Types::CreateEventBusRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventBusRequest
- 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_source_name ⇒ ::String
Returns the value of attribute event_source_name.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
300 301 302 |
# File 'sig/types.rbs', line 300 def dead_letter_config @dead_letter_config end |
#description ⇒ ::String
Returns the value of attribute description.
298 299 300 |
# File 'sig/types.rbs', line 298 def description @description end |
#event_source_name ⇒ ::String
Returns the value of attribute event_source_name.
297 298 299 |
# File 'sig/types.rbs', line 297 def event_source_name @event_source_name end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
299 300 301 |
# File 'sig/types.rbs', line 299 def kms_key_identifier @kms_key_identifier end |
#log_config ⇒ Types::LogConfig
Returns the value of attribute log_config.
301 302 303 |
# File 'sig/types.rbs', line 301 def log_config @log_config end |
#name ⇒ ::String
Returns the value of attribute name.
296 297 298 |
# File 'sig/types.rbs', line 296 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
302 303 304 |
# File 'sig/types.rbs', line 302 def @tags end |