Class: Aws::CloudWatchLogs::Types::DescribeDestinationsResponse

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

#destinationsArray<Types::Destination>

The destinations.

Returns:



1318
1319
1320
1321
1322
1323
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1318

class DescribeDestinationsResponse < Struct.new(
  :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)


1318
1319
1320
1321
1322
1323
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1318

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