Class: Aws::Types::CreateEventBusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dead_letter_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def kms_key_identifier
  @kms_key_identifier
end

#log_configTypes::LogConfig

Returns the value of attribute log_config.

Returns:



301
302
303
# File 'sig/types.rbs', line 301

def log_config
  @log_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def tags
  @tags
end