Class: Aws::CloudWatchLogs::Types::DescribeDeliveriesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeDeliveriesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
Optionally specify the maximum number of deliveries 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 deliveries to return in the response.
1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1429 class DescribeDeliveriesRequest < 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.
1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1429 class DescribeDeliveriesRequest < Struct.new( :next_token, :limit) SENSITIVE = [] include Aws::Structure end |