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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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:



2146
2147
2148
2149
2150
2151
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2146

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)


2146
2147
2148
2149
2150
2151
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2146

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