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

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

#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.



658
659
660
661
662
663
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 658

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)


658
659
660
661
662
663
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 658

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