Class: Aws::CloudWatchLogs::Types::DescribeDeliverySourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeDeliverySourcesRequest
- 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 sources 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 sources to return in the response.
1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1505 class DescribeDeliverySourcesRequest < 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.
1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1505 class DescribeDeliverySourcesRequest < Struct.new( :next_token, :limit) SENSITIVE = [] include Aws::Structure end |