Class: Aws::Ivschat::Types::ListLoggingConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::ListLoggingConfigurationsResponse
- Defined in:
- gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_configurations ⇒ Array<Types::LoggingConfigurationSummary>
List of the matching logging configurations (summary information only).
-
#next_token ⇒ String
If there are more logging configurations than
maxResults
, usenextToken
in the request to get the next set.
Instance Attribute Details
#logging_configurations ⇒ Array<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 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 660 class ListLoggingConfigurationsResponse < Struct.new( :logging_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more logging configurations than maxResults
, use
nextToken
in the request to get the next set.
660 661 662 663 664 665 |
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 660 class ListLoggingConfigurationsResponse < Struct.new( :logging_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |