Class: Aws::Ivschat::Types::DeleteLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::DeleteLoggingConfigurationRequest
- Defined in:
- gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
Identifier of the logging configuration to be deleted.
Instance Attribute Details
#identifier ⇒ String
Identifier of the logging configuration to be deleted.
330 331 332 333 334 |
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 330 class DeleteLoggingConfigurationRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |