Class: Aws::Types::UpdateEventBusRequest

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.



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def kms_key_identifier
  @kms_key_identifier
end

#log_configTypes::LogConfig

Returns the value of attribute log_config.

Returns:



1348
1349
1350
# File 'sig/types.rbs', line 1348

def log_config
  @log_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1344
1345
1346
# File 'sig/types.rbs', line 1344

def name
  @name
end