Class: Aws::Types::CreateEventBusResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#dead_letter_configTypes::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_configTypes::LogConfig

Returns the value of attribute log_config.



311
312
313
# File 'sig/types.rbs', line 311

def log_config
  @log_config
end