Class: Aws::CloudWatchLogs::Types::DescribeDeliverySourcesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_sourcesArray<Types::DeliverySource>

An array of structures. Each structure contains information about one delivery source in the account.

Returns:



1275
1276
1277
1278
1279
1280
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1275

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

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1275

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