Class: Aws::CloudWatchLogs::Types::DescribeDeliveryDestinationsResponse

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_destinationsArray<Types::DeliveryDestination>

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

Returns:



1237
1238
1239
1240
1241
1242
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1237

class DescribeDeliveryDestinationsResponse < Struct.new(
  :delivery_destinations,
  :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)


1237
1238
1239
1240
1241
1242
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1237

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