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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivschat/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)


476
477
478
479
480
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 476

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