Class: Aws::CloudWatchLogs::Types::DescribeDeliveryDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeDeliveryDestinationsResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
1792 1793 1794 1795 1796 1797 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1792 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.
1792 1793 1794 1795 1796 1797 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1792 class DescribeDeliveryDestinationsResponse < Struct.new( :delivery_destinations, :next_token) SENSITIVE = [] include Aws::Structure end |