Class: Aws::Ivschat::Types::DeleteLoggingConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivschat/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

Identifier of the logging configuration to be deleted.

Returns:

  • (String)


330
331
332
333
334
# File 'lib/aws-sdk-ivschat/types.rb', line 330

class DeleteLoggingConfigurationRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end