Class: Aws::Types::UpdateLoggingConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



315
316
317
# File 'sig/types.rbs', line 315

def destination_configuration
  @destination_configuration
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def name
  @name
end