Class: Aws::Ivschat::Types::ListLoggingConfigurationsRequest

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

#max_resultsInteger

Maximum number of logging configurations to return. Default: 50.

Returns:

  • (Integer)


640
641
642
643
644
645
# File 'lib/aws-sdk-ivschat/types.rb', line 640

class ListLoggingConfigurationsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The first logging configurations to retrieve. This is used for pagination; see the ‘nextToken` response field.

Returns:

  • (String)


640
641
642
643
644
645
# File 'lib/aws-sdk-ivschat/types.rb', line 640

class ListLoggingConfigurationsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end