Class: Aws::Ivschat::Types::ListLoggingConfigurationsResponse

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

#logging_configurationsArray<Types::LoggingConfigurationSummary>

List of the matching logging configurations (summary information only). There is only one type of destination (‘cloudWatchLogs`, `firehose`, or `s3`) in a `destinationConfiguration`.



660
661
662
663
664
665
# File 'lib/aws-sdk-ivschat/types.rb', line 660

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

#next_tokenString

If there are more logging configurations than ‘maxResults`, use `nextToken` in the request to get the next set.

Returns:

  • (String)


660
661
662
663
664
665
# File 'lib/aws-sdk-ivschat/types.rb', line 660

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