Class: Aws::CloudWatchLogs::Types::DescribeDeliveryDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeDeliveryDestinationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_destinations ⇒ Array<Types::DeliveryDestination>
An array of structures.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#delivery_destinations ⇒ Array<Types::DeliveryDestination>
An array of structures. Each structure contains information about one delivery destination in the account.
1486 1487 1488 1489 1490 1491 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1486 class DescribeDeliveryDestinationsResponse < Struct.new( :delivery_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.
1486 1487 1488 1489 1490 1491 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1486 class DescribeDeliveryDestinationsResponse < Struct.new( :delivery_destinations, :next_token) SENSITIVE = [] include Aws::Structure end |