Class: Aws::CloudWatchLogs::Types::DescribeDeliveriesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deliveriesArray<Types::Delivery>

An array of structures. Each structure contains information about one delivery in the account.

Returns:



1199
1200
1201
1202
1203
1204
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1199

class DescribeDeliveriesResponse < Struct.new(
  :deliveries,
  :next_token)
  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)


1199
1200
1201
1202
1203
1204
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1199

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