Class: Aws::Ivschat::Types::GetLoggingConfigurationRequest

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 retrieved.

Returns:

  • (String)


478
479
480
481
482
# File 'lib/aws-sdk-ivschat/types.rb', line 478

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