Class: Aws::CloudWatchLogs::Types::DescribeDeliveryDestinationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeDeliveryDestinationsRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
Optionally specify the maximum number of delivery destinations to return in the response.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#limit ⇒ Integer
Optionally specify the maximum number of delivery destinations to return in the response.
1467 1468 1469 1470 1471 1472 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1467 class DescribeDeliveryDestinationsRequest < Struct.new( :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
1467 1468 1469 1470 1471 1472 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1467 class DescribeDeliveryDestinationsRequest < Struct.new( :next_token, :limit) SENSITIVE = [] include Aws::Structure end |