Class: Aws::CloudWatchLogs::Types::DescribeDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeDestinationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::Destination>
The destinations.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#destinations ⇒ Array<Types::Destination>
The destinations.
1567 1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1567 class DescribeDestinationsResponse < Struct.new( :destinations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
1567 1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1567 class DescribeDestinationsResponse < Struct.new( :destinations, :next_token) SENSITIVE = [] include Aws::Structure end |