Class: Aws::Types::UpdateEventBusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def arn
  @arn
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def kms_key_identifier
  @kms_key_identifier
end

#log_configTypes::LogConfig

Returns the value of attribute log_config.

Returns:



1358
1359
1360
# File 'sig/types.rbs', line 1358

def log_config
  @log_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def name
  @name
end