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

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

#max_resultsInteger

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

Returns:

  • (Integer)


638
639
640
641
642
643
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 638

class ListLoggingConfigurationsRequest < Struct.new(
  :max_results,
  :next_token)
  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)


638
639
640
641
642
643
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 638

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