Class: Aws::CloudWatchLogs::Types::DescribeDeliveriesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

Optionally specify the maximum number of deliveries to return in the response.

Returns:

  • (Integer)


1180
1181
1182
1183
1184
1185
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1180

class DescribeDeliveriesRequest < Struct.new(
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


1180
1181
1182
1183
1184
1185
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1180

class DescribeDeliveriesRequest < Struct.new(
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end