Class: Aws::Ivschat::Types::ListLoggingConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::ListLoggingConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of logging configurations to return.
-
#next_token ⇒ String
The first logging configurations to retrieve.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of logging configurations to return. Default: 50.
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_token ⇒ String
The first logging configurations to retrieve. This is used for pagination; see the ‘nextToken` response field.
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 |